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

Get the underlying data object to this event wrapper.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Underlying As Object
C#
Object Underlying { get; }
Visual C++
property Object^ Underlying {
	Object^ get ();
}

Return Value

underlying data object, usually either a Map or a bean instance.