Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether scheduling for the task is effort-driven.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IS_EFFORT_DRIVEN As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
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
True if the duration is calculated based on the resources available to accomplish the work; otherwise, false.
The default is determined by PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN property of the task's parent project.