Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the localized fixed list of choices based on a list code.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SystemDomainListGet ( _
request As SystemDomainListGetRequest _
) As SystemDomainListGetResponse Implements IService.SystemDomainListGet
'Usage
Dim instance As ServiceClient
Dim request As SystemDomainListGetRequest
Dim returnValue As SystemDomainListGetResponse
returnValue = CType(instance, IService).SystemDomainListGet(request)
SystemDomainListGetResponseIService.SystemDomainListGet(
SystemDomainListGetRequest request
)
private:
virtual SystemDomainListGetResponse^ SystemDomainListGet(
SystemDomainListGetRequest^ request
) sealed = IService::SystemDomainListGet
private abstract SystemDomainListGet :
request:SystemDomainListGetRequest -> SystemDomainListGetResponse
private override SystemDomainListGet :
request:SystemDomainListGetRequest -> SystemDomainListGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SystemDomainListGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.SystemDomainListGetResponse
The SystemDomainListGetResponse for the operation.
Implements
IService.SystemDomainListGet(SystemDomainListGetRequest)