ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH Property

Gets the date that specifies when the task was completed.

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 Property TASK_COMPLETE_THROUGH As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime

value = instance.TASK_COMPLETE_THROUGH

instance.TASK_COMPLETE_THROUGH = value
public DateTime TASK_COMPLETE_THROUGH { get; set; }

Property Value

Type: System.DateTime

Remarks

TASK_COMPLETE_THROUGH is calculated from the TASK_ACT_DUR after the TASK_ACT_START.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service