[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) |
---|
Public Overridable Function IsProperty ( _
property As String _
) As Boolean |
C# |
---|
public virtual bool IsProperty (
string property
) |
Visual C++ |
---|
public:
virtual bool IsProperty (
String^ property
) |
Parameters
- property
- System.String
is the property to check
Return Value
true if exists, false if not