IService.UserPreferencesDelete(UserPreferencesDeleteRequest) 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.
public:
Microsoft::MasterDataServices::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::UserPreferencesDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDeleteEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDelete", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDeleteResponse")]
public Microsoft.MasterDataServices.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.UserPreferencesDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDeleteEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDelete", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesDeleteResponse")>]
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse
Parameters
- request
- UserPreferencesDeleteRequest
Delete request.
Returns
A new instance of type UserPreferencesDeleteResponse.
- Attributes