LookupEntry.SortIndex property

Gets or sets an index number for the lookup table entry.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property SortIndex As Decimal
    Get
    Set
'Usage
Dim instance As LookupEntry
Dim value As Decimal

value = instance.SortIndex

instance.SortIndex = value
[RemoteAttribute]
public decimal SortIndex { get; set; }

Property value

Type: System.Decimal
SortIndex is used when the lookup table sort order is set to UserDefined.

Remarks

For a code example, see LookupEntry.

See also

Reference

LookupEntry class

LookupEntry members

Microsoft.ProjectServer.Client namespace