DraftTask.ActualOvertimeCost property
Gets or sets costs incurred for overtime work already performed on a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ActualOvertimeCost As Double
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Double
value = instance.ActualOvertimeCost
instance.ActualOvertimeCost = value
[RemoteAttribute]
public double ActualOvertimeCost { get; set; }
Property value
Type: System.Double
The costs incurred for overtime work already performed.