Compartilhar via


LookupTableMultiLangDataSet.LookupTableValuesRow.LT_VALUE_SORT_INDEX property

O índice de classificação é o valor decimal do número da linha do valor de tabela de pesquisa.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property LT_VALUE_SORT_INDEX As Decimal
    Get
    Set
'Uso
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

Ver também

Referência

LookupTableMultiLangDataSet.LookupTableValuesRow class

LookupTableMultiLangDataSet.LookupTableValuesRow members

WebSvcLookupTable namespace