ProjectDataSet.TaskRow.TASK_EAC property

Estimate at completion is the total scheduled or projected cost for the task based on costs already incurred, in addition to the costs planned for remaining work.

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

Syntax

'Declaration
Public Property TASK_EAC As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_EAC

instance.TASK_EAC = value
public double TASK_EAC { get; set; }

Property value

Type: System.Double

Remarks

Read-only.

TASK_EAC = TB_ACWP() + (TB_COST X - TASK_BCWP) / TASK_CPI

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace