ServiceClient.UserPreferencesGet Metodo

Definizione

Recupera le preferenze specificate dell'utente.

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ % UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesGet(Microsoft.MasterDataServices.International International, out System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesGet : Microsoft.MasterDataServices.International * Dictionary -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesGet (International As International, ByRef UserPreferences As Dictionary(Of String, String)) As OperationResult

Parametri

International
International

Gli ambienti culturali.

UserPreferences
Dictionary<String,String>

Le preferenze dell'utente da ottenere.

Valori restituiti

Un oggetto contenente OperationResult il risultato di un'operazione.

Si applica a