Task.IsCritical property

Gets a value that indicates whether the timing for the task is critical or whether there can be any slack in the timing.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsCritical As Boolean
    Get
'Usage
Dim instance As Task
Dim value As Boolean

value = instance.IsCritical
[RemoteAttribute]
public bool IsCritical { get; }

Property value

Type: System.Boolean
True if the task is critical; otherwise, False.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace