Свойство SystemSetting.SettingType
Gets or sets the AttributeType of the setting.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property SettingType As AttributeType
Get
Set
'Применение
Dim instance As SystemSetting
Dim value As AttributeType
value = instance.SettingType
instance.SettingType = value
[DataMemberAttribute]
public AttributeType SettingType { get; set; }
[DataMemberAttribute]
public:
property AttributeType SettingType {
AttributeType get ();
void set (AttributeType value);
}
[<DataMemberAttribute>]
member SettingType : AttributeType with get, set
function get SettingType () : AttributeType
function set SettingType (value : AttributeType)
Значение свойства
Тип: Microsoft.MasterDataServices.Services.DataContracts.AttributeType
The attribute type of the setting.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts