Assignment.ActualCostWorkPerformed property

Gets the actual cost of work performed (ACWP) for the assignment 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 Assignment
Dim value As Double

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

Property value

Type: System.Double
The value of the ACWP.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace