LookupTableDataSet.LookupTableTreesRow.LT_VALUE_SORT_INDEX propriedade
O índice de classificação é o valor decimal do número da linha do valor de tabela de pesquisa.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property LT_VALUE_SORT_INDEX As Decimal
Get
Set
'Uso
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; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
LookupTableDataSet.LookupTableTreesRow classe