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

Return the value for the property in the event object specified when the instance was obtained. Useful for fast access to event properties. Throws a PropertyAccessException if the getter instance doesn't match the EventType it was obtained from, and to indicate other property access problems.

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

Syntax

Visual Basic (Declaration)
Public Function GetValue ( _
	eventBean As EventBean _
) As Object
C#
public Object GetValue (
	EventBean eventBean
)
Visual C++
public:
virtual Object^ GetValue (
	EventBean^ eventBean
) sealed

Parameters

eventBean
net.esper.events.EventBean
is the event to get the value of a property from

Return Value

value of property in event