ProjectDataSet.AssignmentRow.ASSN_ACWP Property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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 already 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, Microsoft Office 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

WebSvcProject Namespace