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

Gets a unique id for the view.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Id As Guid
C#
Guid Id { get; }
Visual C++
property Guid Id {
	Guid get ();
}