DraftTask.BudgetedCostWorkScheduled property
Gets or sets the estimated cost of scheduled work on a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property BudgetedCostWorkScheduled As Double
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Double
value = instance.BudgetedCostWorkScheduled
instance.BudgetedCostWorkScheduled = value
[RemoteAttribute]
public double BudgetedCostWorkScheduled { get; set; }
Property value
Type: System.Double
An estimated cost of scheduled work.