Partager via


Méthode ServiceClient.UserPreferencesUpdate

Updates the specified user’s preferences.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Function UserPreferencesUpdate ( _
    International As International, _
    UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices