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

Returns the type of the underlying method or field of the event property.

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

Syntax

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

Field Value

The type of the return.

Return Value

return type