ServiceClient.IService.UserPreferencesUpdate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiorna le preferenze dell'utente corrente.
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
Parametri
- request
- UserPreferencesUpdateRequest
Richiesta di aggiornamento.
Restituisce
Oggetto UserPreferencesUpdateResponse per l'operazione.
Implementazioni
- Attributi