ProjectDataSet.ProjectResourceRow.RES_ACT_COST Property
Specifies the cost of actual work plus any per-use costs for the resource.
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_ACT_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_ACT_COST
instance.RES_ACT_COST = value
public double RES_ACT_COST { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. RES_ACT_COST is calculated as shown in the following formula.
RES_ACT_COST = (RES_ACT_WORK * RES_STD_RATE) + (RES_ACT_OVT_WORK * RES_OVT_RATE) + RES_COST_PER_USE
If the resource has not reported work on any assigned tasks, the Actual Cost field contains 0.00. As the resource reports actual work, Project Server calculates the actual cost.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class