Attribute.Type Property

Definition

Specifies the AttributeValueType or the type of value that is stored by the attribute.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType Type { Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType Type { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Type : Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType with get, set
Public Property Type As AttributeValueType

Property Value

The AttributeValueType or the type of value that is stored by the attribute.

Attributes

Applies to