[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Provides metadata information about the type of object the event collection contains.
Namespace: net.esper.view.window
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Property EventType As EventType |
C# |
---|
public override EventType EventType { get; set; } |
Visual C++ |
---|
public: virtual property EventType^ EventType { EventType^ get () override; void set (EventType^ value) override; } |