Attribute Identifier (BBIE). An identifier for the attribute to which the measure applies.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IIdentifier AttributeID { get; set; }
Visual Basic
Public Property AttributeID As IIdentifier
	Get
	Set
Visual C++
public:
virtual property IIdentifier^ AttributeID {
	IIdentifier^ get () sealed;
	void set (IIdentifier^ value) sealed;
}
F#
abstract AttributeID : IIdentifier with get, set
override AttributeID : IIdentifier with get, set

Property Value

Type: IIdentifier

Implements

IDimension..::..AttributeID

Remarks

Dictionary entry name
Dimension. Attribute Identifier. Identifier
Cardinality
1

See Also