NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyDescriptor.Converter

Gets the type converter for this property.

[Visual Basic]
Overridable Public ReadOnly Property Converter As TypeConverter
[C#]
public TypeConverter Converter {virtual get;}
[C++]
public: __property virtual TypeConverter* get_Converter();
[JScript]
public function get Converter() : TypeConverter;

Property Value

A TypeConverter that is used to convert the Type of this property.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | TypeConverter