ProjectDataSet.ProjectDataTable.PLANNER_START_DATEColumn Property
Defines the column for the PLANNER_START_DATE field.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property PLANNER_START_DATEColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.ProjectDataTable
Dim value As DataColumn
value = instance.PLANNER_START_DATEColumn
public DataColumn PLANNER_START_DATEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.ProjectDataTable Class