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

Gets or sets field name of the field to report statistics on.

Namespace: net.esper.view.stat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property FieldName As String
C#
public string FieldName { get; set; }
Visual C++
public:
property String^ FieldName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the field.

Return Value

field name