ProjectDataSet.TaskRow.TASK_IS_EFFORT_DRIVEN 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.
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.