LookupTable.SortOrder property
Gets or sets the sort-order for the entries in the table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property SortOrder As LookupTableSortOrder
Get
Set
'Usage
Dim instance As LookupTable
Dim value As LookupTableSortOrder
value = instance.SortOrder
instance.SortOrder = value
[RemoteAttribute]
public LookupTableSortOrder SortOrder { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.LookupTableSortOrder
A numerical value that represents the sort order.
Remarks
Examples of sort order include custom, ascending, and descending order.