Assignment.BudgetedCostWorkPerformed property

Gets the budgeted cost of work performed (BCWP).

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BudgetedCostWorkPerformed As Double
    Get
'Usage
Dim instance As Assignment
Dim value As Double

value = instance.BudgetedCostWorkPerformed
[RemoteAttribute]
public double BudgetedCostWorkPerformed { get; }

Property value

Type: System.Double
The value of the BCWP.

Remarks

BCWP is the cumulative value of percent complete, multiplied by the timephased baseline costs. It is calculated up to the status date or today's date. BCWP is also known as earned value (EV).

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace