UserPreferencesGetResponse.UserPreferences Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Dictionary<string, string> UserPreferences { get; set; }
public:
[MessageBodyMemberAttribute]
property Dictionary<String^, String^>^ UserPreferences {
    Dictionary<String^, String^>^ get();
    void set(Dictionary<String^, String^>^ value);
}
[<MessageBodyMemberAttribute>]
member UserPreferences : Dictionary<string, string> with get, set
<MessageBodyMemberAttribute>
Public Property UserPreferences As Dictionary(Of String, String)

Property Value

Type: System.Collections.Generic.Dictionary<StringString>

The user preferences to return in the response.

See Also

UserPreferencesGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top