Prj.CriticalSlackLimit
Prj.CriticalSlackLimit field
Tasks are considered critical by MS Project if total slack is less or equal to this number of days.
public static readonly Key<int, PrjKey> CriticalSlackLimit;
Examples
Shows how to read/write Prj.CriticalSlackLimit property.
var project = new Project();
project.Set(Prj.CriticalSlackLimit, 2);
Console.WriteLine("Critical Slack Limit: " + project.Get(Prj.CriticalSlackLimit));
See Also
- struct Key<T,K>
- enum PrjKey
- class Prj
- namespace Aspose.Tasks
- assembly Aspose.Tasks