Share via


LookupTableMultiLangDataSet.LookupTableValuesDataTable.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 LookupTableMultiLangDataSet.LookupTableValuesDataTable
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

LookupTableMultiLangDataSet.LookupTableValuesDataTable class

LookupTableMultiLangDataSet.LookupTableValuesDataTable members

WebSvcLookupTable namespace