Gets or sets whether the sort is ascending or descending based on SortDirection.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public SortDirection SortDirection { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property SortDirection As SortDirection | 
| Visual C++ | 
|---|
| public: property SortDirection SortDirection { SortDirection get (); void set (SortDirection value); } | 





