LookupTableDataSet.LookupTableTreesDataTable.LT_VALUE_SORT_INDEXColumn property
Defines the column for the LT_VALUE_SORT_INDEX() field.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property LT_VALUE_SORT_INDEXColumn As DataColumn
Get
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim value As DataColumn
value = instance.LT_VALUE_SORT_INDEXColumn
public DataColumn LT_VALUE_SORT_INDEXColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
LookupTableDataSet.LookupTableTreesDataTable class