Compartir a través de


UserPreferencesUpdateRequest.UserPreferences Propiedad

Gets or sets the user preferences to update.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property UserPreferences As Dictionary(Of String, String)
    Get 
    Set
'Uso
Dim instance As UserPreferencesUpdateRequest 
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>)

Valor de la propiedad

Tipo: System.Collections.Generic.Dictionary<String, String>
The user preferences to update.

Vea también

Referencia

UserPreferencesUpdateRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts