Share via


StatusingDataSet.ProjectsRow.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN Property

Gets a value that specifies whether new tasks are effort-driven.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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
The default value is False.

Remarks

When a task is effort-driven, work on the task remains constant as you add or remove assignments.

The New tasks are effort driven option can be set on the Schedule tab of the Project Options dialog box.

See Also

Reference

StatusingDataSet.ProjectsRow Class

StatusingDataSet.ProjectsRow Members

Statusing Web Service