SortOrder enumeration

Specifies how to sort queue items.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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.

See also

Reference

WebSvcQueueSystem namespace