Метод Service.SystemDomainListGet

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

Пространство имен:  Microsoft.MasterDataServices.Services
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Function SystemDomainListGet ( _
    request As SystemDomainListGetRequest _
) As SystemDomainListGetResponse
'Применение
Dim instance As Service 
Dim request As SystemDomainListGetRequest 
Dim returnValue As SystemDomainListGetResponse 

returnValue = instance.SystemDomainListGet(request)
public SystemDomainListGetResponse SystemDomainListGet(
    SystemDomainListGetRequest request
)
public:
virtual SystemDomainListGetResponse^ SystemDomainListGet(
    SystemDomainListGetRequest^ request
) sealed
abstract SystemDomainListGet : 
        request:SystemDomainListGetRequest -> SystemDomainListGetResponse  
override SystemDomainListGet : 
        request:SystemDomainListGetRequest -> SystemDomainListGetResponse
public final function SystemDomainListGet(
    request : SystemDomainListGetRequest
) : SystemDomainListGetResponse

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
The SystemDomainListGetResponse for the operation.

Реализует

IService.SystemDomainListGet(SystemDomainListGetRequest)

См. также

Справочник

Service Класс

Пространство имен Microsoft.MasterDataServices.Services