[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)
Public Overridable ReadOnly Property HasViews As Boolean
C#
public virtual bool HasViews { get; }
Visual C++
public:
virtual property bool HasViews {
	bool get ();
}

Field Value

Return Value

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