ProjectDataSet.AssignmentRow.ASSN_ACT_COST Property

Specifies the cost of work already performed by this resource on this task to date.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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, Microsoft Office 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

WebSvcStatusing Namespace