次の方法で共有


UserPreferencesGetResponse.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 UserPreferencesGetResponse 
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>
応答で返されるユーザー設定。

関連項目

参照

UserPreferencesGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間