Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the current user’s preferences.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function UserPreferencesDelete ( _
request As UserPreferencesDeleteRequest _
) As UserPreferencesDeleteResponse Implements IService.UserPreferencesDelete
'Usage
Dim instance As ServiceClient
Dim request As UserPreferencesDeleteRequest
Dim returnValue As UserPreferencesDeleteResponse
returnValue = CType(instance, IService).UserPreferencesDelete(request)
UserPreferencesDeleteResponseIService.UserPreferencesDelete(
UserPreferencesDeleteRequest request
)
private:
virtual UserPreferencesDeleteResponse^ UserPreferencesDelete(
UserPreferencesDeleteRequest^ request
) sealed = IService::UserPreferencesDelete
private abstract UserPreferencesDelete :
request:UserPreferencesDeleteRequest -> UserPreferencesDeleteResponse
private override UserPreferencesDelete :
request:UserPreferencesDeleteRequest -> UserPreferencesDeleteResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.UserPreferencesDeleteRequest
The delete request.
Return Value
Type: Microsoft.MasterDataServices.UserPreferencesDeleteResponse
The UserPreferencesDeleteResponse for the operation.
Implements
IService.UserPreferencesDelete(UserPreferencesDeleteRequest)