TypeConverter.SimplePropertyDescriptor.PropertyType Property

Definition

Gets the type of the property.

public:
 virtual property Type ^ PropertyType { Type ^ get(); };
public override Type PropertyType { get; }
member this.PropertyType : Type
Public Overrides ReadOnly Property PropertyType As Type

Property Value

A Type that represents the type of the property.

Applies to

See also