ProjectDataSet.TaskRow.TASK_EAC Property
Estimate at completion is the total scheduled or projected cost for a task based on costs that have been incurred, in addition to the costs that are planned for remaining work.
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_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