ServiceClient.IService.SystemSettingsGet(SystemSettingsGetRequest) 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.
Recupera l'elenco di impostazioni di sistema.
virtual Microsoft::MasterDataServices::SystemSettingsGetResponse ^ Microsoft.MasterDataServices.IService.SystemSettingsGet(Microsoft::MasterDataServices::SystemSettingsGetRequest ^ request) = Microsoft::MasterDataServices::IService::SystemSettingsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SystemSettingsGetResponse IService.SystemSettingsGet (Microsoft.MasterDataServices.SystemSettingsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
override this.Microsoft.MasterDataServices.IService.SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse Implements IService.SystemSettingsGet
Parametri
- request
- SystemSettingsGetRequest
Richiesta di recupero.
Restituisce
Oggetto SystemSettingsGetResponse per l'operazione.
Implementazioni
- Attributi