[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 names supplying the values to sort by.

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

Syntax

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

Return Value

field names to sort by