Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves a localized fixed list of choices based on a list code.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function SystemDomainListGet ( _
request As SystemDomainListGetRequest _
) As SystemDomainListGetResponse
'Usage
Dim instance As IService
Dim request As SystemDomainListGetRequest
Dim returnValue As SystemDomainListGetResponse
returnValue = instance.SystemDomainListGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
SystemDomainListGetResponse SystemDomainListGet(
SystemDomainListGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
SystemDomainListGetResponse^ SystemDomainListGet(
SystemDomainListGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract SystemDomainListGet :
request:SystemDomainListGetRequest -> SystemDomainListGetResponse
function SystemDomainListGet(
request : SystemDomainListGetRequest
) : SystemDomainListGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
The response to the get operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace