JsonNode Properties
Defines a node in the JsonDataSource‘s schema.| Name | Description |
|---|---|
| DisplayName | Gets or sets the display name of the data source field that the JsonNode object defines. |
| Name | Gets or sets the name of the data source field that the JsonNode object defines. |
| NodeType | Gets or sets the type of the JSON node that the JsonNode object defines. |
| Selected | Gets or sets whether to include the JSON node in the data source schema. |
| Type | Gets or sets the type of the data source field that the JsonNode defines. |
See Also