Assignment.OvertimeCost property

Gets the total overtime cost of the assignment.

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

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

Property value

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

Remarks

Overtime Cost = Actual Overtime Cost + Remaining Overtime Cost

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace