DraftProject.CriticalSlackLimit property
Gets or sets 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 Property CriticalSlackLimit As Integer
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Integer
value = instance.CriticalSlackLimit
instance.CriticalSlackLimit = value
[RemoteAttribute]
public int CriticalSlackLimit { get; set; }
Property value
Type: System.Int32
A value that represents a number of days.