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 the preferred sort order for lookup tables.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "33188D65-10AC-40FB-8FDA-A20A954EA814", _
Name := "LookupTableSortOrder")> _
Public Enumeration SortOrder
'Usage
Dim instance As LookupTables.SortOrder
[ClientCallableTypeAttribute(ServerTypeId = "33188D65-10AC-40FB-8FDA-A20A954EA814",
Name = "LookupTableSortOrder")]
public enum SortOrder
Members
| Member name | Description | |
|---|---|---|
| UserDefined | Value=0. Custom sort. | |
| Ascending | Value=1. Ascending sort. | |
| Descending | Value=2. Descending sort. |