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