SortDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the sort order for data that is returned by a search.
public enum class SortDirection
public enum SortDirection
Public Enum SortDirection
- Inheritance
-
SortDirection
Fields
Name | Value | Description |
---|---|---|
Ascending | 0 | The data is sorted in ascending order. |
Descending | 1 | The data is sorted in descending order. |