ServiceClient.UserPreferencesUpdate メソッド
指定したユーザーの設定を更新します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Function UserPreferencesUpdate ( _
International As International, _
UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult
returnValue = instance.UserPreferencesUpdate(International, _
UserPreferences)
public OperationResult UserPreferencesUpdate(
International International,
Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesUpdate(
International^ International,
Dictionary<String^, String^>^ UserPreferences
)
member UserPreferencesUpdate :
International:International *
UserPreferences:Dictionary<string, string> -> OperationResult
public function UserPreferencesUpdate(
International : International,
UserPreferences : Dictionary<String, String>
) : OperationResult
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- UserPreferences
型: System.Collections.Generic.Dictionary<String, String>
更新するユーザー設定。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果が格納された OperationResult オブジェクトです。