Click or drag to resize

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

Property Value

String

Implements

IAttributeValueTypeAttributeDataType
See Also