SortableTaskField enumeration
Represents sortable task fields.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
Public Enumeration SortableTaskField
'Usage
Dim instance As SortableTaskField
public enum SortableTaskField
Members
Member name | Description | |
---|---|---|
NoValue | No value. Value = 0. | |
Title | The Title field. Value = 21. | |
IsCompleted | The IsCompleted field. Value = 13. | |
Id | The Id field. Value = 1. | |
DueDate | The DueDate field. Value = 5. | |
Description | The Description field. Value = 4. | |
PinAge | The PinAge field. Value = 22. | |
Location | The Location field. Value = 18. | |
LastModified | The LastModified field. Value = 17. | |
DiscoveredDate | The DiscoveredDate field. Value = 2. |