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.

ConfigurationProperty::Type Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the type of this ConfigurationProperty object.

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

public:
property Type^ Type {
	Type^ get();
}

Property Value

Type: System::Type^

A Type representing the type of this ConfigurationProperty object.

Use Type to determine the fully qualified namespace and class name for this derived instance of ConfigurationProperty.

The following example shows how to get the Type property value for a specified configuration-property object.

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

.NET Framework
Available since 2.0
Return to top
Show: