SortDirection Enumeration
.NET Framework (current version)
The SortDirection enumeration specifies how to sort the results of an Active Directory Domain Services query.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| Ascending | Sort from smallest to largest. For example, A to Z. | |
| Descending | Sort from largest to smallest. For example, Z to A. |
.NET Framework
Available since 1.1
Available since 1.1
Show: