Gets the section group name associated with this ConfigurationSectionGroup.
Public ReadOnly Property SectionGroupName As String
Dim instance As ConfigurationSectionGroup Dim value As String value = instance.SectionGroupName
public string SectionGroupName { get; }
public: property String^ SectionGroupName { String^ get (); }
public function get SectionGroupName () : String
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 that is 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);
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98