ProjectDataSet.TaskRow.TASK_EAC Property
Estimate at completion is the total scheduled or projected cost for a task based on costs already incurred, in addition to the costs planned for remaining work.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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