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