ServiceClient.UserPreferencesGet Método

Definição

Recupera as preferências do usuário especificado.

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

Parâmetros

International
International

As configurações culturais.

UserPreferences
Dictionary<String,String>

As preferências de usuário a serem obtidas.

Retornos

Um OperationResult objeto que contém o resultado de uma operação

Aplica-se a