[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)
Get all valid property names for the event type.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property PropertyNames As ICollection(Of String) |
C# |
---|
ICollection<string> PropertyNames { get; } |
Visual C++ |
---|
property ICollection<String^>^ PropertyNames { ICollection<String^>^ get (); } |