ProjectDataSet.AssignmentRow.ASSN_ACT_OVT_COST Property

Specifies the cost incurred for overtime work already performed on this task by this resource.

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

Syntax

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

value = instance.ASSN_ACT_OVT_COST

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

Property Value

Type: System.Double

Remarks

When an assignment is first made, ASSN_ACT_OVT_COST contains zero (0). If any actual overtime work is reported by the resource assigned to the task, Microsoft Office Project calculates the actual overtime cost as shown in the following formula.

ASSN_ACT_OVT_COST = RES_OVT_RATE * ASSN_ACT_OVT_WORK

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace