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

Gets the getter for the property name.

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

Syntax

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

Parameters

propertyName
System.String

Return Value