The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationSectionCollection::Add Method (String^, ConfigurationSection^)
.NET Framework (current version)
Adds a ConfigurationSection object to the ConfigurationSectionCollection object.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System::String^
The name of the section to be added.
- section
-
Type:
System.Configuration::ConfigurationSection^
The section to be added.
By default, this method adds the specified ConfigurationSection object if it is not already contained within the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: