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

Determines whether the specified property name is property.

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

Syntax

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

Parameters

propertyName
System.String
Name of the property.

Return Value

true if the specified property name is property; otherwise, false.