Edit

Share via


ProjectDataSet.TaskRow.TASK_TOTAL_SLACK Property

Definition

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.

Applies to