Share via


LookupTableMultiLangDataSet.LookupTableValuesRow.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 LookupTableMultiLangDataSet.LookupTableValuesRow
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

LookupTableMultiLangDataSet.LookupTableValuesRow class

LookupTableMultiLangDataSet.LookupTableValuesRow members

WebSvcLookupTable namespace