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

Gets the type of the property.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetPropertyType ( _
	param1 As BeanEventType _
) As Type
C#
public abstract Type GetPropertyType (
	BeanEventType param1
)
Visual C++
public:
virtual Type^ GetPropertyType (
	BeanEventType^ param1
) abstract

Parameters

param1
net.esper.events.BeanEventType
The param1.

Return Value