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

Gets the type of property associated with the property name.

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

Syntax

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

Parameters

propertyName
System.String

Return Value