IService.UserPreferencesUpdate(UserPreferencesUpdateRequest) 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.
Updates the current user’s preferences.
public:
Microsoft::MasterDataServices::UserPreferencesUpdateResponse ^ UserPreferencesUpdate(Microsoft::MasterDataServices::UserPreferencesUpdateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateResponse")]
public Microsoft.MasterDataServices.UserPreferencesUpdateResponse UserPreferencesUpdate (Microsoft.MasterDataServices.UserPreferencesUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateResponse")>]
abstract member UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
Public Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse
Parameters
- request
- UserPreferencesUpdateRequest
Update request.
Returns
A new instance of type UserPreferencesUpdateResponse.
- Attributes