Share via


StatusTask.Deadline property

Gets or sets 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 Property Deadline As DateTime
    Get
    Set
'Usage
Dim instance As StatusTask
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 a target date that indicates when you want a task to be completed.

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace