Method GetAttributeDataType
GetAttributeDataType(String)
Gets the JsonDataType of the value of specified attribute.
Declaration
JsonDataType GetAttributeDataType(string attribute)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attribute | Name of the attribute. |
Returns
| Type | Description |
|---|---|
| JsonDataType | The datatype of value of attribute. |