Langage

ServiceClient.SystemSettingsGet Méthode

Définition

Récupère la liste des paramètres système.

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemSettingsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemSettingsGetCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ % SystemSettingsGroups);
public Microsoft.MasterDataServices.OperationResult SystemSettingsGet(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemSettingsGetCriteria SearchCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingsGroups);
member this.SystemSettingsGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemSettingsGetCriteria * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemSettingsGet (International As International, SearchCriteria As SystemSettingsGetCriteria, ByRef SystemSettingsGroups As Collection(Of SystemSettingGroup)) As OperationResult

Paramètres

International
International

Les contextes culturels.

SearchCriteria
SystemSettingsGetCriteria

Les critères pour obtenir le groupe des paramètres système.

SystemSettingsGroups
Collection<SystemSettingGroup>

Lorsque cette méthode revient, contient la liste du groupe de paramètres système. Ce paramètre est passé non initialisé.

Retours

Un OperationResult objet contenant le résultat d’une opération.

S’applique à