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 start date of the task, as calculated by the scheduler.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_SCHED_START As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As DateTime
value = instance.TASK_SCHED_START
instance.TASK_SCHED_START = value
public DateTime TASK_SCHED_START { get; set; }
Property value
Type: System.DateTime
Remarks
This is a calculated field.
See also
Reference
StatusingDataSet.TasksRow class