Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates the specified user’s preferences.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function UserPreferencesUpdate ( _
International As International, _
UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- UserPreferences
Typ: System.Collections.Generic.Dictionary<String, String>
The user preferences to update.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.