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

Returns the listed name, which is the name the property would show up as when asking an event type for the set of valid properties. The listed name for indexed properties is "name[]" since an index is required for valid property access. The listed name for mapped properties is "name()".

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property ListedName As String
C#
public virtual string ListedName { get; }
Visual C++
public:
virtual property String^ ListedName {
	String^ get ();
}

Return Value

listed name