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

Gets the implementation class underlying the view.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Clazz As Type
C#
public Type Clazz { get; }
Visual C++
public:
property Type^ Clazz {
	Type^ get ();
}

Return Value

view implementation class