ProjectDataSet.ProjectResourceRow.RES_OVT_COST property
Specifies the total overtime cost for a resource on all assigned tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_OVT_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_OVT_COST
instance.RES_OVT_COST = value
public double RES_OVT_COST { get; set; }
Property value
Type: System.Double
Remarks
Read-only. RES_OVT_COST is calculated as shown in the following formula.
RES_OVT_COST = RES_ACT_OVT_COST + RES_REM_OVT_COST.
Overtime cost includes actual overtime costs that have been incurred by the resource in addition to any planned overtime costs on remaining work.
See also
Reference
ProjectDataSet.ProjectResourceRow class