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 a localized fixed list of choices based on a list code.
public:
Microsoft::MasterDataServices::SystemDomainListGetResponse ^ SystemDomainListGet(Microsoft::MasterDataServices::SystemDomainListGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetResponse")]
public Microsoft.MasterDataServices.SystemDomainListGetResponse SystemDomainListGet (Microsoft.MasterDataServices.SystemDomainListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetResponse")>]
abstract member SystemDomainListGet : Microsoft.MasterDataServices.SystemDomainListGetRequest -> Microsoft.MasterDataServices.SystemDomainListGetResponse
Public Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse
Parameters
- request
- SystemDomainListGetRequest
Get request.
Returns
A new instance of type SystemDomainListGetResponse.
- Attributes