ProjectDataSet.ProjectResourceRow.RES_ACWP Property

Specifies actual costs incurred for work a resource has already performed on this project, up to the project status date or today's date.

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

Syntax

'Declaration
Public Property RES_ACWP As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_ACWP

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

Property Value

Type: System.Double

Remarks

Read-only.

If a resource has not reported any work on any assigned tasks, RES_ACWP contains 0.00. As progress (percentage of completion or actual work) is reported by the resource on various tasks, Microsoft Office Project Server calculates RES_ACWP. This is the cost of actual work plus any per-use costs for the resource to date. By default, how and when ACWP is calculated depends on the Standard Rate, Overtime Rate, Per Use Cost, and Cost accrual settings for this resource and the status date or today's date.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace