SectionInformation.Type Property
.NET Framework (current version)
Gets or sets the section class name.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.StringThe name of the class that is associated with this ConfigurationSection section.
| Exception | Condition |
|---|---|
| ArgumentException | The selected value is null or an empty string (""). |
| ConfigurationErrorsException | The selected value conflicts with a value that is already defined. |
The Type property returns the name of the section class that handles this instance of the ConfigurationSection class.
The following example shows how to get the Type value of a ConfigurationSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: