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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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