 | AttributeFamilyTypeAttributeDataType Property |
Gets and set the AttributeDataType. If the AttributeDataType is not defined
for this AttributeType but a
BaseClass exists, the
AttributeDataType of the BaseClass is returned. If this optional attribute is not defined,
the data type is assumed to be "xs:string", according to CAEX (DIN EN 62424:2008-08)
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override string AttributeDataType { get; set; }
Public Overrides Property AttributeDataType As String
Get
Set
public:
virtual property String^ AttributeDataType {
String^ get () override;
void set (String^ value) override;
}
Property Value
StringImplements
IAttributeValueTypeAttributeDataType
See Also