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

JsonSchemaNode.Name Property

Gets or sets the name of the data source field that the JsonSchemaNode object defines.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public string Name { get; set; }

Property Value

Type Description
String

The data source field name that the JsonSchemaNode object defines.

Remarks

If you pass a JsonNode object as the JsonSchemNode‘s constructor parameter, the passed object’s Name property value is assigned to this property.

If you specify this property, its value is assigned to the associated JsonNode‘s Name property.

See Also