ServiceClient.UserPreferencesUpdate 메서드
Updates the specified user’s preferences.
네임스페이스: 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
The cultural settings.
- UserPreferences
유형: System.Collections.Generic.Dictionary<String, String>
The user preferences to update.
반환 값
유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.