ProjectDataSet.AssignmentRow.ASSN_ACT_OVT_COST Property
Specifies the cost incurred for overtime that has been performed on this task by this resource.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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