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

Returns the list of property instances making up the nesting levels.

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Properties As IList(Of Property)
C#
public IList<Property> Properties { get; }
Visual C++
public:
property IList<Property^>^ Properties {
	IList<Property^>^ get ();
}

Return Value

list of Property instances