ServiceClient.IService.UserPreferencesDelete Method
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.
Deletes the current user’s preferences.
virtual Microsoft::MasterDataServices::UserPreferencesDeleteResponse ^ Microsoft.MasterDataServices.IService.UserPreferencesDelete(Microsoft::MasterDataServices::UserPreferencesDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::UserPreferencesDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.UserPreferencesDeleteResponse IService.UserPreferencesDelete (Microsoft.MasterDataServices.UserPreferencesDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.UserPreferencesDelete : Microsoft.MasterDataServices.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.UserPreferencesDeleteResponse
override this.Microsoft.MasterDataServices.IService.UserPreferencesDelete : Microsoft.MasterDataServices.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.UserPreferencesDeleteResponse
Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse Implements IService.UserPreferencesDelete
Parameters
- request
- UserPreferencesDeleteRequest
The delete request.
Returns
The UserPreferencesDeleteResponse for the operation.
Implements
- Attributes