Click or drag to resize

EventBeanUnderlying Property

Get the underlying data object to this event wrapper.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object Underlying { get; }

Property Value

Type: Object
underlying data object, usually either a Map or a bean instance.
See Also