StatusingDataSet.TasksRow.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.
Gets or sets the Boolean value that specifies whether the 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
Affects the recalculation of Work-Duration-Units calculation, when resources are added to or removed from a task.
The default value is determined by the New Tasks Are Effort Driven? project attribute (PROJ_OPT_NEW_ARE_EFFORT_DRIVEN) in the Projects table.