Share via


ServiceClient.IService.UserPreferencesDelete Method

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

Return Value

Type: Microsoft.MasterDataServices.UserPreferencesDeleteResponse
The UserPreferencesDeleteResponse for the operation.

Implements

IService.UserPreferencesDelete(UserPreferencesDeleteRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace