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.