Attribute Class
An entity attribute complex type.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Attribute
| Name | Description | |
|---|---|---|
![]() | Attribute() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | Identifier | Gets or sets the Identifier of the attribute metadata object. |
![]() | IsChanged | Gets or sets whether the attribute value is changed. |
![]() | TransactionAnnotation | Obsolete. Gets or sets the annotation that is applicable to this attribute's transaction during an update. |
![]() | Type | Gets or sets the AttributeValueType or the type of value that is stored by the attribute. |
![]() | Value | Gets or sets the value that is assigned to the master data attribute as a variant data type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The Attribute complex type specifies a master data attribute, including its identification and data value.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


