Gets the name property of this ConfigurationSectionGroup object.
Public ReadOnly Property Name As String
Dim instance As ConfigurationSectionGroup Dim value As String value = instance.Name
public string Name { get; }
public: property String^ Name { String^ get (); }
public function get Name () : String
The Name property value is the name of the section group without 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 section group name. indent("Section Group Name: " + sectionGroup.Name)
// Get the section group name. indent("Section Group Name: " + sectionGroup.Name);
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