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.

PropertyInformation::Converter Property

 

Gets the TypeConverter object related to the configuration attribute.

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

public:
property TypeConverter^ Converter {
	TypeConverter^ get();
}

The TypeConverter object is used to guide how the value of an attribute can be modified.

.NET Framework
Available since 2.0
Return to top
Show: