FeatureAttribute.DataType

FeatureAttribute.DataType property

Gets the data type of the attribute.

public AttributeDataType DataType { get; set; }

Property Value

The data type of the attribute.

Exceptions

exceptioncondition
InvalidOperationExceptionThe attribute is locked.

See Also