Assignment.ActualOvertimeCost property

Gets the actual overtime cost for the assignment.

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 Assignment
Dim value As Double

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

Property value

Type: System.Double
The value of the overtime cost.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace