ProjectDataSet.TaskRow.TASK_BCWP Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Budgeted cost of work performed specifies the task earned value.
public:
property double TASK_BCWP { double get(); void set(double value); };
public double TASK_BCWP { get; set; }
member this.TASK_BCWP : double with get, set
Public Property TASK_BCWP As Double
Property Value
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.