ServiceClient.IService.UserPreferencesUpdate Method

Definition

Updates the current user’s preferences.

 virtual Microsoft::MasterDataServices::UserPreferencesUpdateResponse ^ Microsoft.MasterDataServices.IService.UserPreferencesUpdate(Microsoft::MasterDataServices::UserPreferencesUpdateRequest ^ request) = Microsoft::MasterDataServices::IService::UserPreferencesUpdate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.UserPreferencesUpdateResponse IService.UserPreferencesUpdate (Microsoft.MasterDataServices.UserPreferencesUpdateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
override this.Microsoft.MasterDataServices.IService.UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse Implements IService.UserPreferencesUpdate

Parameters

request
UserPreferencesUpdateRequest

The update request.

Returns

The UserPreferencesUpdateResponse for the operation.

Implements

Attributes

Applies to