次の方法で共有


SystemSetting.SettingType プロパティ

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

名前空間:  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
設定の属性の型。

関連項目

参照

SystemSetting クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間