PublishedProject.CriticalSlackLimit property
Gets the number of days that a task can go past its end date before the project marks that task as critical.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CriticalSlackLimit As Integer
Get
'Usage
Dim instance As PublishedProject
Dim value As Integer
value = instance.CriticalSlackLimit
[RemoteAttribute]
public int CriticalSlackLimit { get; }
Property value
Type: System.Int32
The number of days.