ServiceClient.IService.UserPreferencesDelete Method

Definition

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

Applies to