ServiceClient.SystemDomainListGet 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::OperationResult ^ SystemDomainListGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemDomainListGetCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemDomainList ^> ^ % SystemDomainLists);
public Microsoft.MasterDataServices.OperationResult SystemDomainListGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemDomainListGetCriteria SearchCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> SystemDomainLists);
member this.SystemDomainListGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemDomainListGetCriteria * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemDomainListGet (International As International, SearchCriteria As SystemDomainListGetCriteria, ByRef SystemDomainLists As Collection(Of SystemDomainList)) As OperationResult
Parameters
- International
- International
The cultural settings.
- SearchCriteria
- SystemDomainListGetCriteria
The criteria for getting system domain list.
- SystemDomainLists
- Collection<SystemDomainList>
When this method returns, contains the system domain list. This parameter is passed uninitialized.
Returns
An OperationResult object containing the result of an operation.