ServiceClient.IService.SystemDomainListGet(SystemDomainListGetRequest) 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 fisso localizzato di scelte in base a un codice dell'elenco.
virtual Microsoft::MasterDataServices::SystemDomainListGetResponse ^ Microsoft.MasterDataServices.IService.SystemDomainListGet(Microsoft::MasterDataServices::SystemDomainListGetRequest ^ request) = Microsoft::MasterDataServices::IService::SystemDomainListGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SystemDomainListGetResponse IService.SystemDomainListGet (Microsoft.MasterDataServices.SystemDomainListGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SystemDomainListGet : Microsoft.MasterDataServices.SystemDomainListGetRequest -> Microsoft.MasterDataServices.SystemDomainListGetResponse
override this.Microsoft.MasterDataServices.IService.SystemDomainListGet : Microsoft.MasterDataServices.SystemDomainListGetRequest -> Microsoft.MasterDataServices.SystemDomainListGetResponse
Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse Implements IService.SystemDomainListGet
Parametri
- request
- SystemDomainListGetRequest
Richiesta di recupero.
Restituisce
Oggetto SystemDomainListGetResponse per l'operazione.
Implementazioni
- Attributi