Task.RemainingOvertimeCost property
Gets the remaining scheduled overtime expense for the task.
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 Task
Dim value As Double
value = instance.RemainingOvertimeCost
[RemoteAttribute]
public double RemainingOvertimeCost { get; }
Property value
Type: System.Double
The overtime expense.