[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the return type of the property

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

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