다음을 통해 공유


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 네임스페이스