次の方法で共有


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 オブジェクトです。

適用対象