ServiceClient.SystemSettingsGet Methode

Definition

Ruft die Liste der Systemeinstellungen ab.

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

Parameter

International
International

Die kulturellen Rahmenbedingungen.

SearchCriteria
SystemSettingsGetCriteria

Die Kriterien, um Systemeinstellungen zu erhalten, Gruppe.

SystemSettingsGroups
Collection<SystemSettingGroup>

Wenn diese Methode zurückkehrt, enthält die Liste der Systemeinstellungsgruppen. Dieser Parameter wird nicht initialisiert übergeben.

Gibt zurück

Ein Objekt, das OperationResult das Ergebnis einer Operation enthält.

Gilt für: