ProjectDataSet.TaskRow.TASK_BCWP Property
Budgeted cost of work performed is also known as earned value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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.