Service.SystemDomainListGet(SystemDomainListGetRequest) 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.
Retrieve system domain lists.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetResponse ^ SystemDomainListGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse SystemDomainListGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest request);
abstract member SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
override this.SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
Public Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse
Parameters
- request
- SystemDomainListGetRequest
The SystemDomainListGetRequest for the operation.
Returns
The SystemDomainListGetResponsefor the operation.