ServiceClient.SystemDomainListGet Méthode

Définition

Récupère une liste fixe localisée de choix selon un code de liste.

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

Paramètres

International
International

Paramètres de culture.

SearchCriteria
SystemDomainListGetCriteria

Critères pour l'obtention de la liste de domaines système.

SystemDomainLists
Collection<SystemDomainList>

Cette méthode retourne la liste de domaines système. Ce paramètre est passé sans être initialisé.

Retours

Objet OperationResult qui contient le résultat d'une opération.

S’applique à