JobOrderBy.SortOrder 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 order in which the resources list is sorted.
public enum JobOrderBy.SortOrder
type JobOrderBy.SortOrder =
Public Enum JobOrderBy.SortOrder
- Inheritance
-
JobOrderBy.SortOrder
Fields
| Name | Value | Description |
|---|---|---|
| Descending | 0 | Sort the resources list in descending order. |
| Ascending | 128 | Sort the resources list in ascending order. |