다음을 통해 공유


SystemSetting.SettingType 속성

정의

설정 유형을 가져오거나 설정합니다.

public:
 property Microsoft::MasterDataServices::AttributeType SettingType { Microsoft::MasterDataServices::AttributeType get(); void set(Microsoft::MasterDataServices::AttributeType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.AttributeType SettingType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SettingType : Microsoft.MasterDataServices.AttributeType with get, set
Public Property SettingType As AttributeType

속성 값

AttributeType 값 중 하나입니다. 가능한 값은 Domain, File, FreeForm, System 또는 NotSpecified입니다.

특성

설명

사용 된 유효성을 SettingType 검사 하는 속성입니다 SettingValue.

적용 대상