LookupTableDataSet.LookupTableTreesRow.LT_VALUE_SORT_INDEX Property
The sort index is the decimal value of the row number of the lookup table value.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
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