StatusingDataSet.TasksRow.TASK_ACT_FINISH Property
Specifies the actual finish date and time of the task.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_ACT_FINISH As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
See Also
Reference
StatusingDataSet.TasksRow Class