共用方式為


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 命名空間