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

Return the EventBean.EventType instance that describes the set of properties available for this event.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property EventType As EventType
C#
EventType EventType { get; }
Visual C++
property EventType^ EventType {
	EventType^ get ();
}

Return Value

event type

See Also

EventBean.EventType