ProjectDataSet.ProjectResourceRow.RES_ACWP Property
Specifies actual costs incurred for work that a resource has performed on this project, up to the project status date or today's date.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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, 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