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

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 ();
}

Field Value

The property names.

Return Value

A string array containing the property names of this typed event data object.