Share via


ProjectDataSet.AssignmentRow.ASSN_ACT_COST property

Specifies the cost of work that has been performed by this resource on this task to date.

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

Syntax

'Declaration
Public Property ASSN_ACT_COST As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_ACT_COST

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

Property value

Type: System.Double

Remarks

In most cases, Project calculates the ASSN_ACT_COST as shown in the following formula.

ASSN_ACT_COST = (ASSN_ACT_WORK * RES_STD_RATE) + (ASSN_ACT_OVT_WORK * RES_OVT_RATE) + RES_COST_PER_USE

If PROJ_OPT_CALC_ACT_COSTS is set to false, you can set the actual cost in your program.

See also

Reference

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace