ProjectDataSet.TaskRow.TASK_IS_CRITICAL property
Specifies whether slack is associated with this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.