Gets or sets the type of sort from the available SortType.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also