ProjectResource.OvertimeCost property

Gets the total overtime cost for a project resource on all assigned tasks.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property OvertimeCost As Double
    Get
'Usage
Dim instance As ProjectResource
Dim value As Double

value = instance.OvertimeCost
[RemoteAttribute]
public double OvertimeCost { get; }

Property value

Type: System.Double
The total overtime cost.

Remarks

Overtime cost includes actual overtime costs already incurred by the project resource, in addition to any planned overtime costs on remaining work.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace