ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH property
Gets the date that specifies when the task was completed.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.