MetadataAttribute.DataType 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.
Gets or sets the data type.
public:
property Microsoft::MasterDataServices::AttributeDataType DataType { Microsoft::MasterDataServices::AttributeDataType get(); void set(Microsoft::MasterDataServices::AttributeDataType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.AttributeDataType DataType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.DataType : Microsoft.MasterDataServices.AttributeDataType with get, set
Public Property DataType As AttributeDataType
Property Value
A new instance of type AttributeDataType.
- Attributes