WebServicesSection.GetSection(Configuration) Methode

Definitie

Haalt de opgegeven configuratiesectie op.

public:
 static System::Web::Services::Configuration::WebServicesSection ^ GetSection(System::Configuration::Configuration ^ config);
public static System.Web.Services.Configuration.WebServicesSection GetSection(System.Configuration.Configuration config);
static member GetSection : System.Configuration.Configuration -> System.Web.Services.Configuration.WebServicesSection
Public Shared Function GetSection (config As Configuration) As WebServicesSection

Parameters

config
Configuration

Een Configuration object dat de sectie vertegenwoordigt die moet worden opgehaald.

Retouren

Een WebServicesSection object dat de sectie vertegenwoordigt die wordt opgehaald.

Uitzonderingen

config is null.

Van toepassing op