SortOrder enumeration

Office 2013 and later

Specifies how to sort queue items.

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

No code example is currently available or this language may not be supported.

Member nameDescription
UndefinedValue=0. No sort order specified.
AscendingValue=1. Sorts the items in ascending order.
DescendingValue=2. Sorts the items in descending order.
LastOrderValue=3. Sorts the items in the last order specified.
Show: