Share via


LookupTableDataSet.LookupTablesDataTable.LT_CHECKOUTBYColumn property

Defines the column for the LT_CHECKOUTBY field.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property LT_CHECKOUTBYColumn As DataColumn
    Get
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim value As DataColumn

value = instance.LT_CHECKOUTBYColumn
public DataColumn LT_CHECKOUTBYColumn { get; }

Property value

Type: System.Data.DataColumn
A DataColumn object for the field.

See also

Reference

LookupTableDataSet.LookupTablesDataTable class

LookupTableDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace