Condividi tramite


ServiceClient.UserPreferencesGet Metodo

Definizione

Recupera le preferenze dell'utente specificato.

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

Impostazioni cultura.

UserPreferences
Dictionary<String,String>

Preferenze utente da ottenere.

Restituisce

Oggetto OperationResult che contiene il risultato di un'operazione.

Si applica a