Information
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^)

 
Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
void Add(
	String^ name,
	ConfigurationSectionGroup^ sectionGroup
)

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
Return to top
Show: