ServiceClient.SystemSettingsGet Método

Definición

Recupera la lista de las opciones de configuración del sistema.

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

Parámetros

International
International

La configuración cultural.

SearchCriteria
SystemSettingsGetCriteria

Los criterios que se usan para obtener el grupo de configuraciones del sistema.

SystemSettingsGroups
Collection<SystemSettingGroup>

Contiene la lista de grupo de configuración del sistema cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Objeto OperationResult que contiene el resultado de una operación.

Se aplica a