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::Converter Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the TypeConverter used to convert this ConfigurationProperty into an XML representation for writing to the configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.ComponentModel::TypeConverter^A TypeConverter used to convert this ConfigurationProperty into an XML representation for writing to the configuration file.
| Exception | Condition |
|---|---|
| Exception | This ConfigurationProperty cannot be converted. |
The following code example shows how to use the Converter property to get the TypeConverter for a specified configuration-property object.
.NET Framework
Available since 2.0
Available since 2.0
Show: