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

Returns the property type.

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

Syntax

Visual Basic (Declaration)
Function GetPropertyType ( _
	eventType As BeanEventType _
) As Type
C#
Type GetPropertyType (
	BeanEventType eventType
)
Visual C++
Type^ GetPropertyType (
	BeanEventType^ eventType
)

Parameters

eventType
net.esper.events.BeanEventType
is the event type representing the JavaBean

Return Value

property type class