ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH property
Gets the date that specifies when the task was completed.
Namespace: WebSvcStatusing
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
Read-only. It is calculated as the sum of TASK_ACT_START and TASK_ACT_DUR.