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