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.
ConfigurationSectionGroupCollection::Add Method (String^, ConfigurationSectionGroup^)
.NET Framework (current version)
Adds a ConfigurationSectionGroup object to this ConfigurationSectionGroupCollection object.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System::String^
The name of the ConfigurationSectionGroup object to be added.
- sectionGroup
-
Type:
System.Configuration::ConfigurationSectionGroup^
The ConfigurationSectionGroup object to be added.
By default, this method adds the specified ConfigurationSectionGroup object if it is not already contained within the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: