Gets the section group name associated with this ConfigurationSectionGroup.
Assembly: System.Configuration (in System.Configuration.dll)
Syntax
Public ReadOnly Property SectionGroupName As [%$TOPIC/ms134315_en-us_VS_110_2_0_0_0_0%]
public [%$TOPIC/ms134315_en-us_VS_110_2_0_1_0_0%] SectionGroupName { get; }
public:
property [%$TOPIC/ms134315_en-us_VS_110_2_0_2_0_0%]^ SectionGroupName {
[%$TOPIC/ms134315_en-us_VS_110_2_0_2_0_1%]^ get ();
}
member SectionGroupName : [%$TOPIC/ms134315_en-us_VS_110_2_0_3_0_0%] with get
Examples
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.
' Get the fully qualified section group name.
indent("Section Group Name: " + sectionGroup.SectionGroupName)
// Get the fully qualified group name.
indent("Section Group Name: " + sectionGroup.SectionGroupName);
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.