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

Field Value

The property names.

Return Value

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