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

Gets or sets the View's parent Viewable.

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

Syntax

Visual Basic (Declaration)
Property Parent As Viewable
C#
Viewable Parent { get; set; }
Visual C++
property Viewable^ Parent {
	Viewable^ get ();
	void set (Viewable^ value);
}

Return Value

viewable