言語

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

文化的な設定。

UserPreferences
Dictionary<String,String>

更新するユーザー設定。

返品

操作の結果を含む OperationResult オブジェクト。

適用対象