Attribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An entity attribute complex type.
public ref class Attribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))]
public class Attribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))>]
type Attribute = class
inherit DataContractBase
Public Class Attribute
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The Attribute complex type specifies a master data attribute, including its identification and data value.
Constructors
Attribute() |
Default constructor |
Properties
Identifier |
Specifies the Identifier of the attribute metadata object. |
IsChanged |
Specifies whether the attribute value is changed |
TransactionAnnotation |
Obsolete.
Specifies the annotation that is applicable to this attribute's transaction during an update |
Type |
Specifies the AttributeValueType or the type of value that is stored by the attribute. |
Value |
Specifies the value that is assigned to the master data attribute as a variant data type. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |