[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.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Underlying As Object
C#
public virtual Object Underlying { get; }
Visual C++
public:
virtual property Object^ Underlying {
	Object^ get ();
}

Field Value

Return Value

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