Share via


PublishedTask.ActualOvertimeCost property

Gets the costs incurred for overtime work already performed on the task by assigned resources.

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

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

Property value

Type: System.Double
The overtime work.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace