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.
Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
UserPreferences As Dictionary(Of String, String) _
)
'Usage
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesUpdateRequest(International, _
UserPreferences)
public UserPreferencesUpdateRequest(
International International,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesUpdateRequest(
International^ International,
Dictionary<String^, String^>^ UserPreferences
)
new :
International:International *
UserPreferences:Dictionary<string, string> -> UserPreferencesUpdateRequest
public function UserPreferencesUpdateRequest(
International : International,
UserPreferences : Dictionary<String, String>
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- UserPreferences
Typ: System.Collections.Generic.Dictionary<String, String>
The user preferences to update.
Siehe auch
Verweis
UserPreferencesUpdateRequest Klasse