 | AttributeTypeTypeAttributeDataType Property |
Gets and sets the AttributeDataType attribute of this Attribute object.
If the referenced attribute type does not base on an XML standard base type, the AttributeDataType may remain empty
or not present.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual string AttributeDataType { get; set; }
Public Overridable Property AttributeDataType As String
Get
Set
public:
virtual property String^ AttributeDataType {
String^ get ();
void set (String^ value);
}
Property Value
StringImplements
IAttributeValueTypeAttributeDataType
See Also