ProjectDataSet.AssignmentRow.ASSN_ACWP Property

Specifies the assignment's actual cost of work performed (ACWP).

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_ACWP As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_ACWP

instance.ASSN_ACWP = value
public double ASSN_ACWP { get; set; }

Property Value

Type: System.Double

Remarks

Read-only. ACWP is the cost incurred for work done on a task to date. When an assignment is first made, ASSN_ACWP contains 0.00. As progress (percentage of completion or actual work) is reported by the assigned resource, Project calculates ACWP for the assignment. This is the cost of actual work plus any per-use costs for the assignment to date.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service