ProjectDataSet.ProjectResourceRow.RES_REM_OVT_COST property

Specifies the remaining scheduled overtime expense for the resource on this project.

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

Syntax

'Declaration
Public Property RES_REM_OVT_COST As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_REM_OVT_COST

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

Property value

Type: System.Double

Remarks

Read-only. RES_REM_OVT_COST is calculated as shown in the following formula.

RES_REM_OVT_COST = RES_REM_OVT_WORK * RES_OVT_RATE

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace