ServiceClient.SystemSettingsGet Metodo

Definizione

Recupera l'elenco delle impostazioni di 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

Parametri

International
International

Gli ambienti culturali.

SearchCriteria
SystemSettingsGetCriteria

I criteri per ottenere il gruppo delle impostazioni di sistema.

SystemSettingsGroups
Collection<SystemSettingGroup>

Quando questo metodo ritorna, contiene l'elenco del gruppo di impostazioni di sistema. Questo parametro viene passato non inizializzato.

Valori restituiti

Un oggetto contenente OperationResult il risultato di un'operazione.

Si applica a