次の方法で共有


SystemSetting.SettingType プロパティ

設定の種類を取得または設定します。

名前空間:  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
AttributeType . の値の 1 つ。有効値は、Domain、File、FreeForm、System、または NotSpecified です。

説明

SettingType プロパティは、SettingValue の検証に使用します。

関連項目

参照

SystemSetting クラス

Microsoft.MasterDataServices 名前空間