PublishedAssignment.ActualCost property
Gets the costs incurred for work already performed on the assignment, together with any other recorded costs that are associated with the assignment.
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 PublishedAssignment
Dim value As Double
value = instance.ActualCost
[RemoteAttribute]
public double ActualCost { get; }
Property value
Type: System.Double
The costs for work already performed.