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

Gets or sets the events.

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

Syntax

Visual Basic (Declaration)
Public Overridable Property Events As ISet(Of EventBean)
C#
public virtual ISet<EventBean> Events { get; set; }
Visual C++
public:
virtual property ISet<EventBean^>^ Events {
	ISet<EventBean^>^ get ();
	void set (ISet<EventBean^>^ value);
}

Field Value

The events.