Task.RemainingCost property
Gets the remaining scheduled expense that will be incurred during completion of the remaining scheduled work on the task.
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 Task
Dim value As Double
value = instance.RemainingCost
[RemoteAttribute]
public double RemainingCost { get; }
Property value
Type: System.Double
The remaining scheduled expense.