When overridden in a derived class, gets the type of the property.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override Type PropertyType { get; }
Visual Basic
Public Overrides ReadOnly Property PropertyType As Type
	Get
Visual C++
public:
virtual property Type^ PropertyType {
	Type^ get () override;
}
F#
abstract PropertyType : Type with get
override PropertyType : Type with get

Property Value

Type: Type

See Also