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

Sets a flag indicating that the view must couple to parent views.

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

Syntax

Visual Basic (Declaration)
WriteOnly Property ParentAware As IList(Of View)
C#
IList<View> ParentAware { set; }
Visual C++
property IList<View^>^ ParentAware {
	void set (IList<View^>^ value);
}