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