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

Gets or sets the field name that provides the key valie by which to group by.

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

Syntax

Visual Basic (Declaration)
Public Property GroupFieldNames As String()
C#
public string[] GroupFieldNames { get; set; }
Visual C++
public:
property array<String^>^ GroupFieldNames {
	array<String^>^ get ();
	void set (array<String^>^ value);
}