SortColumn enumeration
Office 2013 and later
Specifies the column by which to sort the WebSvcQueueSystem.QueueStatusDataSet.StatusDataTable object.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
| Member name | Description | |
|---|---|---|
| Undefined | Value=0. No sort order defined. | |
| CorrelationGUID | Value=1. Sort by the CorrelationGUIDColumn property. | |
| CorrelationPriority | Value=2. Sort by the CorrelationPriorityColumn property. | |
| GroupPriority | Value=3. Sort by the GroupPriorityColumn property. | |
| JobCompletionState | Value=4. Sort by the JobCompletionStateColumn property. | |
| JobGUID | Value=5. Sort by the JobGUIDColumn property. | |
| JobGroupGUID | Value=6. Sort by the JobGroupGUIDColumn property. | |
| JobInfoGUID | Value=7. Sort by the JobInfoGUIDColumn property. | |
| LastAdminAction | Value=8. Sort by the LastAdminActionColumn property. | |
| MachineName | Value=9. Sort by the MachineNameColumn property. | |
| MessageType | Value=10. Sort by the MessageTypeColumn property. | |
| PercentComplete | Value=11. Sort by the PercentCompleteColumn property. | |
| QueueCompletedTime | Value=12. Sort by the QueueCompletedTimeColumn property. | |
| QueueEntryTime | Value=13. Sort by the QueueEntryTimeColumn property. | |
| QueueId | Value=14. Sort by the QueueIDColumn property. | |
| QueuePosition | Value=15. Sort by the QueuePositionColumn property. | |
| QueueProcessingTime | Value=16. Sort by the QueueProcessingTimeColumn property. | |
| QueueWakeupTime | Value=17. Sort by the QueueWakeupTimeColumn property. | |
| ResourceGUID | Value=18. Sort by the ResourceGUIDColumn property. | |
| ServiceName | Value=19. Sort by the ServiceNameColumn property. | |
| LastColumn | Value=20. Sort by the last specified property. |
Note |
|---|
The Microsoft.Office.Project.Server.Library namespace also includes the QueueConstants.SortColumn type. |
Show:
Note