ProjectResource.OvertimeWork property
Gets the amount of overtime work that is scheduled to be performed on all tasks assigned to the project resource and that is charged at the overtime rates of the project resource involved.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property OvertimeWork As String
Get
'Usage
Dim instance As ProjectResource
Dim value As String
value = instance.OvertimeWork
[RemoteAttribute]
public string OvertimeWork { get; }
Property value
Type: System.String
The amount of scheduled overtime.
Remarks
To get the TimeSpan value for the overtime work, use the OvertimeWorkTimeSpan property.