Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the finish date of the task, as calculated by the scheduler.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_SCHED_FINISH As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As DateTime
value = instance.TASK_SCHED_FINISH
instance.TASK_SCHED_FINISH = value
public DateTime TASK_SCHED_FINISH { get; set; }
Property value
Type: System.DateTime
Remarks
This is a calculated field.
See also
Reference
StatusingDataSet.TasksRow class