ServiceModelSectionGroup.GetSectionGroup(Configuration) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de system.ServiceModel configuratiesectiegroep op uit het opgegeven configuratiebestand.
public:
static System::ServiceModel::Configuration::ServiceModelSectionGroup ^ GetSectionGroup(System::Configuration::Configuration ^ config);
public static System.ServiceModel.Configuration.ServiceModelSectionGroup GetSectionGroup(System.Configuration.Configuration config);
static member GetSectionGroup : System.Configuration.Configuration -> System.ServiceModel.Configuration.ServiceModelSectionGroup
Public Shared Function GetSectionGroup (config As Configuration) As ServiceModelSectionGroup
Parameters
- config
- Configuration
Een Configuration die een configuratiebestand vertegenwoordigt.
Retouren
Een ServiceModelSectionGroup die de instellingen in de system.ServiceModel configuratie vertegenwoordigt.
Uitzonderingen
config is null.