Assignment.RemainingOvertimeCost property

Gets the scheduled remaining overtime cost of the assignment.

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

Syntax

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

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

Property value

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

Remarks

Remaining Overtime Cost = Overtime Cost - Actual Overtime Cost

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace