ProjectDataSet.ProjectResourceRow.RES_ACT_COST property

Specifies the cost of actual work plus any per-use costs for the resource.

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

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

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace