StatusingDataSet.ProjectsDataTable.PROJ_INFO_START_DATEColumn property

Defines the column for the PROJ_INFO_START_DATE field.

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

Syntax

'Declaration
Public ReadOnly Property PROJ_INFO_START_DATEColumn As DataColumn
    Get
'Usage
Dim instance As StatusingDataSet.ProjectsDataTable
Dim value As DataColumn

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

Property value

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

See also

Reference

StatusingDataSet.ProjectsDataTable class

StatusingDataSet.ProjectsDataTable members

WebSvcStatusing namespace