ServiceClient.UserPreferencesUpdate 메서드

정의

지정된 사용자의 기본 설정을 업데이트합니다.

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

매개 변수

International
International

culture 설정입니다.

UserPreferences
Dictionary<String,String>

업데이트할 사용자 기본 설정입니다.

반환

작업의 결과를 포함하는 OperationResult 개체입니다.

적용 대상