ProjectDataSet.TaskRow.TASK_BCWP Property
Specifies the budgeted cost of work performed; it is also known as earned value.
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_BCWP As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_BCWP
instance.TASK_BCWP = value
public double TASK_BCWP { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. TASK_BCWP is calculated as the cumulative value of the task's timephased percentage of work complete multiplied by the task's timephased baseline cost, up to the status date or today's date.