DraftAssignment.BudgetedCost property
Gets or sets the budgeted cost for the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property BudgetedCost As Double
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As Double
value = instance.BudgetedCost
instance.BudgetedCost = value
[RemoteAttribute]
public double BudgetedCost { get; set; }
Property value
Type: System.Double
The value of the budgeted cost.