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.

请参阅

参考

SystemSetting 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间