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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.