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

Get the getter for a specified event property. Returns null if the property name is not valid.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetGetter ( _
	property As String _
) As EventPropertyGetter
C#
public virtual EventPropertyGetter GetGetter (
	string property
)
Visual C++
public:
virtual EventPropertyGetter^ GetGetter (
	String^ property
)

Parameters

property
System.String
is the property name

Return Value

a getter that can be used to obtain property values for event instances of the same event type