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