ServiceClient.IService.UserPreferencesUpdate 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.
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