다음을 통해 공유


SystemSetting.SettingType 속성

Gets or sets the setting type.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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.AttributeType
One of the values of AttributeType. Possible values are Domain, File, FreeForm, System, or NotSpecified.

주의

Use the SettingType property to validate the SettingValue.

참고 항목

참조

SystemSetting 클래스

Microsoft.MasterDataServices 네임스페이스