SortColumn Enumeration
Specifies the column by which to sort the [QueueSystem Web service].QueueStatusDataSet.StatusDataTable object.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SortColumn
'Usage
Dim instance As SortColumn
[SerializableAttribute]
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 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 Microsoft.Office.Project.Server.Library namespace also includes the QueueConstants.SortColumn type.