Язык

ServiceClient.UserPreferencesGet Метод

Определение

Получает настройки указанного пользователя.

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

Параметры

International
International

Культурные обстановки.

UserPreferences
Dictionary<String,String>

Пользовательские предпочтения, которые нужно получить.

Возвращаемое значение

Объект, OperationResult содержащий результат операции.

Применяется к