[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) |
---|
Public ReadOnly Property PropertyNames As ICollection(Of String) |
C# |
---|
public ICollection<string> PropertyNames { get; } |
Visual C++ |
---|
public: virtual property ICollection<String^>^ PropertyNames { ICollection<String^>^ get () sealed; } |