Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how queue items are sorted.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration SortOrder
'Usage
Dim instance As QueueConstants.SortOrder
public enum SortOrder
Members
| Member name | Description | |
|---|---|---|
| Undefined | Value=0. No sort order specified. | |
| Ascending | Value=1. The items are sorted in ascending order. | |
| Descending | Value=2. The items are sorted in descending order. | |
| LastOrder | Value=3. The items are sorted in the last order specified. |
Remarks
Note
The WebSvcQueueSystem namespace also includes the SortOrder type.