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 |
Display |
Gets or sets the data source node’s display name. |
Name |
Gets or sets the name of the data source field that the Json |
Nodes | For internal use. |
Node |
Gets or sets the type of the JSON object’s node that the Json |
Parent |
Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.
Inherited from Node |
Selected |
Gets or sets whether to include the JSON object’s field, which the Json |
Type |
Gets or sets the type of data stored in the data source field that the Json |
Value |
Gets or sets the node’s value.
Inherited from Node |
See Also