IUntypedObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The backing implementation for UntypedObjectValue, for example Json, Xml, or the Ast or Value system from another language.
public interface IUntypedObject
type IUntypedObject = interface
Public Interface IUntypedObject
- Derived
Properties
| Item[Int32] |
0-based index. |
| Type |
Use ExternalType if the type is incompatible with PowerFx. |
Methods
| GetArrayLength() | |
| GetBoolean() | |
| GetDecimal() | |
| GetDouble() | |
| GetString() | |
| GetUntypedNumber() | |
| TryGetProperty(String, IUntypedObject) | |
| TryGetPropertyNames(IEnumerable<String>) |
If the untyped value is an object then this method returns true and the list of available property names in the |