Service.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.
Update the user's preferences.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateResponse ^ UserPreferencesUpdate(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse UserPreferencesUpdate (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest request);
abstract member UserPreferencesUpdate : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse
override this.UserPreferencesUpdate : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse
Public Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse
Parameters
- request
- UserPreferencesUpdateRequest
The UserPreferencesUpdateRequest for the operation.
Returns
The UserPreferencesUpdateResponsefor the operation.