Gets and sets the sort direction of
this OrderBy.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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); } |