LookupTableDataSet.LookupTableTreesRow.LT_VALUE_SORT_INDEX - Propriété
L'index de tri est la valeur décimale du numéro de ligne de la valeur de table de choix.
Espace de noms : WebSvcLookupTable
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property LT_VALUE_SORT_INDEX As Decimal
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
LookupTableDataSet.LookupTableTreesRow classe