TaskGroupQueryOrder 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.
Specifies the desired ordering of taskGroups.
[System.Runtime.Serialization.DataContract]
public enum TaskGroupQueryOrder
type TaskGroupQueryOrder =
Public Enum TaskGroupQueryOrder
- Inheritance
-
TaskGroupQueryOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
CreatedOnAscending | 0 | Order by createdon ascending. |
CreatedOnDescending | 1 | Order by createdon descending. |