LookupTableDataSet.LookupTablesDataTable.LT_SORT_ORDER_ENUMColumn Property
Defines the column for the LT_SORT_ORDER_ENUM() field.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
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
See Also
Reference
LookupTableDataSet.LookupTablesDataTable Class