Méthode ServiceClient.UserPreferencesGet
Retrieves the specified user’s preferences.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function UserPreferencesGet ( _
International As International, _
<OutAttribute> ByRef 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.UserPreferencesGet(International, _
UserPreferences)
public OperationResult UserPreferencesGet(
International International,
out Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesGet(
International^ International,
[OutAttribute] Dictionary<String^, String^>^% UserPreferences
)
member UserPreferencesGet :
International:International *
UserPreferences:Dictionary<string, string> byref -> OperationResult
public function UserPreferencesGet(
International : International,
UserPreferences : Dictionary<String, String>
) : OperationResult
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- UserPreferences
Type : System.Collections.Generic.Dictionary<String, String>%
The user preferences to get.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.