LookupEntryCreationInformation.SortIndex property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property SortIndex As Decimal
Get
Set
'Usage
Dim instance As LookupEntryCreationInformation
Dim value As Decimal
value = instance.SortIndex
instance.SortIndex = value
public decimal SortIndex { get; set; }
Property value
Type: System.Decimal
See also
Reference
LookupEntryCreationInformation class