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

Gets or sets the name of the field to extract the measure values from.

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

Syntax

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