ProjectDataSet.TaskRow.TASK_BCWP property
Specifies the budgeted cost of work performed; it is also known as earned value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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.