UserPreferencesDeleteRequest Class
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.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts::UserPreferencesDeleteRequest
| Name | Description | |
|---|---|---|
![]() | UserPreferencesDeleteRequest() | Initializes a new instance of the UserPreferencesDeleteRequest class. |
| Name | Description | |
|---|---|---|
![]() | DeleteAllUserPreferences | Gets or sets whether to delete all the user's preferences. |
![]() | International | Gets or sets the client localization information. (Inherited from MessageRequest.) |
![]() | RequestId | Specifies the request identifier. (Inherited from MessageRequest.) |
![]() | UserPreferences | Gets or sets the UserPreferences to delete. The Value portion is ignored. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


