Share via


PublishedTask.BudgetedCostWorkScheduled property

Gets the budgeted cost of work that is scheduled (BCWS) for the task.

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 PublishedTask
Dim value As Double

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

Property value

Type: System.Double
The budgeted cost of scheduled work.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace