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

Get the class that represents the type of the event type. Returns a bean event class if the schema represents a bean event type. Returns Map if the schema represents a collection of values in a Map.

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

Syntax

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

Field Value

The type of the underlying.

Return Value

type of the event object