ServiceClient.SystemSettingsGet Метод

Определение

Получает список настроек системы.

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

Параметры

International
International

Культурные обстановки.

SearchCriteria
SystemSettingsGetCriteria

Критерии для получения группы настроек системы.

SystemSettingsGroups
Collection<SystemSettingGroup>

Когда этот метод возвращается, содержит список групп системных настроек. Этот параметр передается неинициализирован.

Возвращаемое значение

Объект, OperationResult содержащий результат операции.

Применяется к