ProjectDataSet.TaskRow.TASK_IS_EFFORT_DRIVEN Property

Task is effort driven indicates whether scheduling for a task is effort-driven.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

When true, the duration is calculated based on the resources available to accomplish the work.

Default is determined by PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN of the task's parent project.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace