Share via


PublishedTask.ActualCost property

Gets the costs incurred for work already performed on the task, together with any other recorded costs that are associated with the task.

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

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

Property value

Type: System.Double
The actual cost.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace