SortOrder Enumeration
Specifies how to sort queue items.
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 SortOrder
'Usage
Dim instance As SortOrder
[SerializableAttribute]
public enum SortOrder
Members
Member name | Description | |
---|---|---|
Undefined | Value=0. No sort order specified. | |
Ascending | Value=1. Sorts the items in ascending order. | |
Descending | Value=2. Sorts the items in descending order. | |
LastOrder | Value=3. Sorts the items in the last order specified. |
Remarks
Note
The Microsoft.Office.Project.Server.Library namespace also includes the QueueConstants.SortOrder type.