LookupTableSortOrder enumeration
Specifies the sort order for a lookup table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration LookupTableSortOrder
'Usage
Dim instance As LookupTableSortOrder
public enum LookupTableSortOrder
Members
Member name | Description | |
---|---|---|
UserDefined | Value=0. Custom sort; the user specifies the preferred ordering of lookup table values. | |
Ascending | Value=1. Ascending sort; for example, A comes before B. | |
Descending | Value=2. Descending sort; for example, B comes before A. |
Remarks
The LookupTableSortOrder enumeration in the CSOM is equivalent to LookupTables.SortOrder in the Microsoft.Office.Project.Server.Library namespace. The LookupTableSortOrder values can be used to set the LookupTableCreationInformation.SortOrder property when creating a lookup table, or to compare with the LookupTable.SortOrder property. There is no default value for LookupTableSortOrder.