Compartilhar via


UserPreferencesUpdateRequest.UserPreferences Propriedade

Definição

Especifica as UserPreferences a serem atualizadas.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.Dictionary<string,string> UserPreferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.UserPreferences : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property UserPreferences As Dictionary(Of String, String)

Valor da propriedade

As preferências do usuário a serem atualizadas.

Atributos

Aplica-se a