Share via


SortOrder Enumeration

Specifies how to sort queue items.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

NoteNote

The Microsoft.Office.Project.Server.Library namespace also includes the QueueConstants.SortOrder type.

See Also

Reference

WebSvcQueueSystem Namespace