LookupTableCreationInformation.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 LookupTableCreationInformation
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 a sort order.

Remarks

Examples of sort order include custom, ascending, and descending order.

See also

Reference

LookupTableCreationInformation class

LookupTableCreationInformation members

Microsoft.ProjectServer.Client namespace