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: