Gets and sets the sort direction of this OrderBy.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual bool Ascending { get; set; }
Visual Basic
Public Overridable Property Ascending As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Ascending {
	bool get ();
	void set (bool value);
}

Field Value

true for an ascending sort or false for a descending sort.

See Also