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.
ConfigurationSectionGroup::SectionGroupName Property
.NET Framework (current version)
Gets the section group name associated with this ConfigurationSectionGroup.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::String^The section group name of this ConfigurationSectionGroup object.
The SectionGroupName property value is the full path name of the section group, including the parent section groups..
The following code example shows how to display the name of this instance of the ConfigurationSectionGroup class. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.
.NET Framework
Available since 2.0
Available since 2.0
Show: