Partager via


UserPreferencesUpdateRequest.UserPreferences Propriété

Définition

Spécifie les userPreferences à mettre à jour.

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)

Valeur de propriété

Préférences de l'utilisateur à mettre à jour.

Attributs

S’applique à