Gets or sets the type for this ConfigurationSectionGroup object.
Public Property Type As String
Dim instance As ConfigurationSectionGroup Dim value As String value = instance.Type instance.Type = value
public string Type { get; set; }
public: property String^ Type { String^ get (); void set (String^ value); }
public function get Type () : String public function set Type (value : String)
The ConfigurationSectionGroup object is the root section group.
- or -
The ConfigurationSectionGroup object has a location.
The section or group is already defined at another level.
If this instance of the ConfigurationSectionGroup class is a derived type, the Type property will return the name of the derived type that extends the ConfigurationSectionGroup class.
The following code example shows how to use the Type property. This is part of a larger example that is provided in the overview for the ConfigurationSectionGroup class.
indent("Type: " + sectionGroup.Type)
indent("Type: " + sectionGroup.Type);
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