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

Return the property name, for mapped and indexed properties this is just the property name without parantheses or brackets.

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

Syntax

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

Return Value

property name