ProjectDataSet.ProjectRow.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN property

Indicates whether new tasks are effort-driven.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN

instance.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN = value
public bool PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN { get; set; }

Property value

Type: System.Boolean
True if new tasks are effort-driven.

Remarks

True if new tasks are effort-driven; otherwise, false. PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN maps to the New tasks are effort driven option on the Schedule tab of the Options dialog box in Project Professional.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is true.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace