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