Assignment.BudgetedCostWorkScheduled property

Gets the budgeted cost of work scheduled (BCWS) for the assignment.

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

Syntax

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

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

Property value

Type: System.Double
The value of the BCWS.

Remarks

The BCWS is the sum of the timephased baseline costs of an assignment, up to the status date or today's date.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace