Lenguaje

ServiceClient.UserPreferencesUpdate Método

Definición

Actualiza las preferencias del usuario especificado.

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

Parámetros

International
International

Los entornos culturales.

UserPreferences
Dictionary<String,String>

Las preferencias del usuario para actualizar.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a