ProjectDataSet.TaskRow.TASK_TOTAL_SLACK Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the amount of time a task's finish date can be delayed without delaying the project's finish date.
public:
property int TASK_TOTAL_SLACK { int get(); void set(int value); };
public int TASK_TOTAL_SLACK { get; set; }
member this.TASK_TOTAL_SLACK : int with get, set
Public Property TASK_TOTAL_SLACK As Integer
Property Value
Remarks
Read-only.
Duration is stored in tenths of minutes. For example, a value of 100 indicates 10 minutes.