Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SectionInformation::Type Property

 

Gets or sets the section class name.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property String^ Type {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: