DraftTask.Deadline property
Gets or sets the date that was entered as a deadline for a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Deadline As DateTime
Get
Set
'Usage
Dim instance As DraftTask
Dim value As DateTime
value = instance.Deadline
instance.Deadline = value
[RemoteAttribute]
public DateTime Deadline { get; set; }
Property value
Type: System.DateTime
The deadline date.
Remarks
A deadline is the target date that indicates when a task has to be completed.