DraftProjectResource.OvertimeRate property

Gets or sets the hourly rate of pay for overtime for the resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property OvertimeRate As Double
    Get
    Set
'Usage
Dim instance As DraftProjectResource
Dim value As Double

value = instance.OvertimeRate

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

Property value

Type: System.Double
The hourly rate of pay for overtime.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace