Поделиться через


ProjectDataSet.TaskRow.TASK_IS_EFFORT_DRIVEN Property

Indicates whether scheduling for a task is 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 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 value is determined by the PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN property of the task's parent project.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service