UserPreferencesGetResponse.UserPreferences 属性

Gets or sets the user preferences to return in the response.

命名空间:  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>
The user preferences to return in the response.

请参阅

参考

UserPreferencesGetResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间