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