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

Provides metadata information about the type of object the event collection contains.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Property EventType As EventType
C#
public abstract EventType EventType { get; set; }
Visual C++
public:
virtual property EventType^ EventType {
	EventType^ get () abstract;
	void set (EventType^ value) abstract;
}

Return Value

metadata for the objects in the collection