PublishedTask.BudgetedCostWorkPerformed property
Gets the budgeted cost of work that has been performed (BCWP) on the task to date.
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 PublishedTask
Dim value As Double
value = instance.BudgetedCostWorkPerformed
[RemoteAttribute]
public double BudgetedCostWorkPerformed { get; }
Property value
Type: System.Double
The budgeted cost of work performed to date.