ProjectDataSet.TaskRow.TASK_BCWP Property
Budgeted cost of work performed specifies the task earned value.
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_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.