PublishedTask.ActualCostWorkPerformed property

Gets the costs incurred for work already performed by resources on the task to date.

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

Syntax

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

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

Property value

Type: System.Double
The costs that are incurred for work performed to date.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace