When overridden in a derived class, gets the type of the property.
[Visual Basic] MustOverride Public ReadOnly Property PropertyType As Type [C#] public Type PropertyType {abstract get;} [C++] public: __property virtual Type* get_PropertyType() = 0; [JScript] public abstract function get PropertyType() : Type;
A Type that represents the type of the property.
Typically, this property is implemented through reflection.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace