Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the column by which to sort the QueueStatusDataSet.StatusDataTable object.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration SortColumn
'Usage
Dim instance As QueueConstants.SortColumn
public enum SortColumn
Members
| 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 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. |
Remarks
Note
The WebSvcQueueSystem namespace also includes the SortColumn type.