ServiceClient.IService.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.
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