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

Test is there are any views to the Viewable.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property HasViews As Boolean
C#
bool HasViews { get; }
Visual C++
property bool HasViews {
	bool get ();
}

Return Value

true indicating there are child views, false indicating there are no child views