ProjectDataSet.TaskRow.TASK_ACT_FINISH Property
Task actual finish is the date and time that a task actually finished.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_ACT_FINISH As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_ACT_FINISH
instance.TASK_ACT_FINISH = value
public DateTime TASK_ACT_FINISH { get; set; }
Property Value
Type: System.DateTime