ServiceClient.IService.SystemDomainListGet(SystemDomainListGetRequest) Method

Definition

Retrieves the localized fixed list of choices based on a list code.

 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

Parameters

request
SystemDomainListGetRequest

The get request.

Returns

The SystemDomainListGetResponse for the operation.

Implements

Attributes

Applies to