Partager via


ServiceClient.UserPreferencesUpdate Méthode

Définition

Met à jour les préférences de l'utilisateur spécifié.

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesUpdate (Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesUpdate : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesUpdate (International As International, UserPreferences As Dictionary(Of String, String)) As OperationResult

Paramètres

International
International

Paramètres de culture.

UserPreferences
Dictionary<String,String>

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

Retours

Objet OperationResult qui contient le résultat d'une opération.

S’applique à