[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns an enum indicating the type of property: simple, mapped, indexed.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property PropertyType As EventPropertyType |
C# |
---|
public virtual EventPropertyType PropertyType { get; } |
Visual C++ |
---|
public: virtual property EventPropertyType PropertyType { EventPropertyType get (); } |