JsonSchemaNode.Type Property
In This Article
Gets or sets the type of data stored in the data source field that the JsonSchemaNode object defines.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Type | The type of data to be stored in the data source field that the Json |
#Remarks
If you pass a JsonNode object as the JsonSchemNode‘s constructor parameter, the passed object’s Type property value is assigned to this property.
If you specify this property, its value is assigned to the associated JsonNode‘s Type property.
See Also