Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
DeleteAllUserPreferences As Boolean, _
UserPreferences As Dictionary(Of String, String) _
)
'Utilisation
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesDeleteRequest(International, _
DeleteAllUserPreferences, UserPreferences)
public UserPreferencesDeleteRequest(
International International,
bool DeleteAllUserPreferences,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesDeleteRequest(
International^ International,
bool DeleteAllUserPreferences,
Dictionary<String^, String^>^ UserPreferences
)
new :
International:International *
DeleteAllUserPreferences:bool *
UserPreferences:Dictionary<string, string> -> UserPreferencesDeleteRequest
public function UserPreferencesDeleteRequest(
International : International,
DeleteAllUserPreferences : boolean,
UserPreferences : Dictionary<String, String>
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- DeleteAllUserPreferences
Type : System.Boolean
When set to true, deletes all preferences for the current user; otherwise, false.
- UserPreferences
Type : System.Collections.Generic.Dictionary<String, String>
The user preferences to delete.
Voir aussi
Référence
UserPreferencesDeleteRequest Classe