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

Check that the given property name is valid for this event type, ie. that is exists in the event type.

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

Syntax

Visual Basic (Declaration)
Function IsProperty ( _
	property As String _
) As Boolean
C#
bool IsProperty (
	string property
)
Visual C++
bool IsProperty (
	String^ property
)

Parameters

property
System.String
is the property to check

Return Value

true if exists, false if not