次の方法で共有


UserPreferencesDeleteRequest.UserPreferences プロパティ

削除するユーザー設定を取得または設定します。 値部分は無視されます。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property UserPreferences As Dictionary(Of String, String)
    Get 
    Set
'使用
Dim instance As UserPreferencesDeleteRequest 
Dim value As Dictionary(Of String, String)

value = instance.UserPreferences

instance.UserPreferences = value
[MessageBodyMemberAttribute]
public Dictionary<string, string> UserPreferences { get; set; }
[MessageBodyMemberAttribute]
public:
property Dictionary<String^, String^>^ UserPreferences {
    Dictionary<String^, String^>^ get ();
    void set (Dictionary<String^, String^>^ value);
}
[<MessageBodyMemberAttribute>]
member UserPreferences : Dictionary<string, string> with get, set
function get UserPreferences () : Dictionary<String, String>
function set UserPreferences (value : Dictionary<String, String>)

プロパティ値

型: System.Collections.Generic.Dictionary<String, String>
削除するユーザー設定。

関連項目

参照

UserPreferencesDeleteRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間