LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_SORT_INDEX Property
Indicates the sort method of the lookup table entries.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
Remarks
The three indices are ascending, descending, or entry order.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow Class