ColumnSortOrder Enumeration
Indicates whether a column is sorted in ascending or descending order.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Member name | Description | |
|---|---|---|
| Ascending | Specifies that the column is sorted in ascending order. | |
| Descending | Specifies that the column is sorted in descending order. |
This enumeration is used by the ListColumnCollection<TBusinessObject> object.
Community Additions
ADD
Show: