ProjectResource.BudgetedCost property

Gets the total budgeted cost for work performed by the project resource.

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

Syntax

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

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

Property value

Type: System.Double
The total budgeted cost for the work of the project resource.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace