Share via


ProjectDataSet.TaskRow.TASK_IS_CRITICAL Property

Specifies whether slack is associated with this 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_IS_CRITICAL As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean

value = instance.TASK_IS_CRITICAL

instance.TASK_IS_CRITICAL = value
public bool TASK_IS_CRITICAL { get; set; }

Property Value

Type: System.Boolean

Remarks

Read-only. true if no slack is associated with this task; otherwise, false.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service