WebServicesSection.GetSection(Configuration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified configuration section.
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
A Configuration object that represents the section to be retrieved.
Returns
A WebServicesSection object that represents the section being retrieved.
Exceptions
config
is null
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.