ProjectResource.ActualCost property

Gets the costs incurred for work that has been performed by the project resource, along with any other recorded costs.

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

Syntax

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

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

Property value

Type: System.Double
The costs incurred for work already performed.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace