UserPreferencesDeleteRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UserPreferencesDeleteRequest element can include one of the following:
- UserPreferences property that contains one or more preference keys.
- DeleteAllUserPreferences property, which specifies whether deletion of all preferences for the current user ought to occur.
public ref class UserPreferencesDeleteRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class UserPreferencesDeleteRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type UserPreferencesDeleteRequest = class
inherit MessageRequest
Public Class UserPreferencesDeleteRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
UserPreferencesDeleteRequest() |
Initializes a new instance of the UserPreferencesDeleteRequest class. |
Properties
DeleteAllUserPreferences |
Indicates whether to delete all the user's preferences. |
International |
Specifies client localization information. (Inherited from MessageRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
UserPreferences |
Specifies the UserPreferences to delete. The Value portion is ignored. |