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

Returns event types tagged in the pattern expression.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TaggedEventTypes As EDictionary(Of String, EventType)
C#
public EDictionary<string, EventType> TaggedEventTypes { get; }
Visual C++
public:
property EDictionary<String^, EventType^>^ TaggedEventTypes {
	EDictionary<String^, EventType^>^ get ();
}

Return Value

map of tag and event type tagged in pattern expression