Attribute.Type Property
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.
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