Поделиться через


ProjectDataSet.TaskRow.TASK_DEADLINE Property

Specifies the date of the task deadline.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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

Remarks

The deadline causes a warning to display in Project Professional but does not affect scheduling.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service