Assignment.RemainingCost property

Gets the total remaining cost of the assignment, as scheduled.

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

Syntax

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

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

Property value

Type: System.Double
The value of the remaining cost.

Remarks

Remaining Cost = (Remaining Work * Standard Rate) + Remaining Overtime Cost

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace