Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override string AttributeDataType { get; set; }

Property Value

String

Implements

IAttributeValueTypeAttributeDataType
See Also