 | NominalScaledTypeTypeAttributeDataType Property |
Gets the AttributeDataType of the defining attribute. The AttributeDataType can be used
to interpret the defined nominal values of this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string AttributeDataType { get; }
Public ReadOnly Property AttributeDataType As String
Get
public:
virtual property String^ AttributeDataType {
String^ get () sealed;
}
Property Value
StringImplements
IAttributeValueTypeAttributeDataType
See Also