ProjectDataSet.AssignmentRow.ASSN_ACT_OVT_COST property

Specifies the cost incurred for overtime that has been performed on this task by this resource.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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 that is assigned to the task, 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