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

JsonSchemaNode Properties

Defines a node and its hierarchy in the JsonDataSource‘s schema.
Name Description
Children Provides access to a collection of the node’s child nodes. Inherited from Node<T>.
DisplayName Gets or sets the data source node’s display name.
Name Gets or sets the name of the data source field that the JsonSchemaNode object defines.
Nodes For internal use.
NodeType Gets or sets the type of the JSON object’s node that the JsonSchemaNode object defines.
Parent Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node. Inherited from Node<T>.
Selected Gets or sets whether to include the JSON object’s field, which the JsonSchemaNode object defines, to the JsonDataSource‘s data schema.
Type Gets or sets the type of data stored in the data source field that the JsonSchemaNode object defines.
Value Gets or sets the node’s value. Inherited from Node<T>.
See Also