LookupTableDataSet.LookupTableTreesRow.LT_VALUE_SORT_INDEX property
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