ProjectDataSet.TaskRow.TASK_DEADLINE Property

The date that is entered as the deadline for the task.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service