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.
The sort index is the decimal value of the row number of the lookup table value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_SORT_INDEX As Decimal
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As Decimal
value = instance.LT_VALUE_SORT_INDEX
instance.LT_VALUE_SORT_INDEX = value
public decimal LT_VALUE_SORT_INDEX { get; set; }
Property value
Type: System.Decimal
See also
Reference
LookupTableDataSet.LookupTableTreesRow class