SystemSetting.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.
Specifies the data type. Is used to validate the SettingValue.
public:
property Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType DataType { Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType DataType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DataType : Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType with get, set
Public Property DataType As AttributeDataType
Property Value
The AttributeDataType.
- Attributes