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

Gets the stream id supplying the property value

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property StreamId As Integer
C#
public int StreamId { get; }
Visual C++
public:
property int StreamId {
	int get ();
}