Skip to main content
A newer version of this page is available. .

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 object’s node that the JsonNode object defines.
Selected Gets or sets whether to include the JSON object’s field, which the JsonNode object defines, to the JsonDataSource‘s data schema.
Type Gets or sets the type of data stored in the data source field that the JsonNode object defines.
See Also