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の値の 1 つ。 可能な値はDomain、File、FreeForm、System、またはNotSpecifiedです。

属性

注釈

SettingTypeプロパティを使ってSettingValueを検証してください。

適用対象