Edit

Share via


ProjectDataSet.TaskRow.TASK_IS_EFFORT_DRIVEN Property

Definition

Indicates whether scheduling for a task is effort-driven.

public:
 property bool TASK_IS_EFFORT_DRIVEN { bool get(); void set(bool value); };
public bool TASK_IS_EFFORT_DRIVEN { get; set; }
member this.TASK_IS_EFFORT_DRIVEN : bool with get, set
Public Property TASK_IS_EFFORT_DRIVEN As Boolean

Property Value

Remarks

True if the duration is calculated based on the resources available to accomplish the work; otherwise, false.

The default value is determined by the PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN property of the task's parent project.

Applies to