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.
The date that is entered as the deadline for the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_DEADLINE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_DEADLINE
instance.TASK_DEADLINE = value
public DateTime TASK_DEADLINE { get; set; }
Property value
Type: System.DateTime
The deadline causes a warning to display in Project but does not affect scheduling.