PublishedProjectResource.OvertimeRate property
Gets 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 ReadOnly Property OvertimeRate As Double
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As Double
value = instance.OvertimeRate
[RemoteAttribute]
public double OvertimeRate { get; }
Property value
Type: System.Double
The hourly rate of pay for overtime.
See also
Reference
PublishedProjectResource class