ProjectResource.RemainingCost property

Gets the remaining scheduled expense that will be incurred by the project resource in completing the remaining scheduled work.

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 ProjectResource
Dim value As Double

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

Property value

Type: System.Double
The remaining scheduled expense.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace