StatusingDataSet.TasksRow.TASK_IS_EFFORT_DRIVEN Property
Gets or sets the Boolean value that specifies whether the 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 StatusingDataSet.TasksRow
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
Affects the recalculation of Work-Duration-Units calculation, when resources are added to or removed from a task.
The default value is determined by the New Tasks Are Effort Driven? project attribute (PROJ_OPT_NEW_ARE_EFFORT_DRIVEN) in the Projects table.
See Also
Reference
StatusingDataSet.TasksRow Class