Condividi tramite


ServiceClient.SystemSettingsGet Metodo

Definizione

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

Impostazioni cultura.

SearchCriteria
SystemSettingsGetCriteria

Criteri per il recupero del gruppo di impostazioni di sistema.

SystemSettingsGroups
Collection<SystemSettingGroup>

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

Restituisce

Oggetto OperationResult che contiene il risultato di un'operazione.

Si applica a