TypeConverter::SimplePropertyDescriptor::PropertyType Property

 

Gets the type of the property.

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

public:
property Type^ PropertyType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type that represents the type of the property.

.NET Framework
Available since 1.1
Return to top
Show: