ProjectResource.ActualOvertimeCost property

Gets the actual cost incurred for overtime work that has been performed by the project resource.

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

Syntax

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

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

Property value

Type: System.Double
The actual cost for overtime work.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace