StatusingDataSet.TasksRow.TASK_IS_EFFORT_DRIVEN property
Gets or sets the Boolean value that specifies whether the scheduling for a task is effort-driven.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IS_EFFORT_DRIVEN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Boolean
value = instance.TASK_IS_EFFORT_DRIVEN
instance.TASK_IS_EFFORT_DRIVEN = value
public bool TASK_IS_EFFORT_DRIVEN { get; set; }
Property value
Type: System.Boolean
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.
See also
Reference
StatusingDataSet.TasksRow class