ProjectDataSet.ProjectResourceRow.RES_ACT_OVT_COST property
Specifies the actual overtime cost of a resource on this project.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_ACT_OVT_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_ACT_OVT_COST
instance.RES_ACT_OVT_COST = value
public double RES_ACT_OVT_COST { get; set; }
Property value
Type: System.Double
Remarks
Read-only. RES_ACT_OVT_COST is calculated as shown in the following formula.
RES_ACT_OVT_COST = RES_ACT_OVT_WORK * RES_OVT_RATE
When a resource is added initially, RES_ACT_OVT_COST contains $0. If any actual overtime work is reported by the assigned resource for any task, Project Server calculates the actual overtime cost.
See also
Reference
ProjectDataSet.ProjectResourceRow class