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

Gets the getter.

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

Syntax

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

Parameters

propertyName
System.String
Name of the property.

Return Value