ServiceClient.UserPreferencesGet Methode

Definition

Ruft die Einstellungen des angegebenen Benutzers ab.

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ % UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesGet (Microsoft.MasterDataServices.International International, out System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesGet : Microsoft.MasterDataServices.International * Dictionary -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesGet (International As International, ByRef UserPreferences As Dictionary(Of String, String)) As OperationResult

Parameter

International
International

Die Kultureinstellungen.

UserPreferences
Dictionary<String,String>

Die abzurufenden Benutzereinstellungen.

Gibt zurück

Ein OperationResult-Objekt, das das Ergebnis eines Vorgangs enthält.

Gilt für: