Share via


Task.BudgetCost property

Gets the budget costs for budget cost resources.

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

Syntax

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

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

Property value

Type: System.Double
The budget costs.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace