DraftTask.BudgetedCostWorkPerformed property

Gets or sets the estimated cost of work performed to date on a task.

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

Syntax

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

value = instance.BudgetedCostWorkPerformed

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

Property value

Type: System.Double
The estimated cost of work performed to date.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace