Task.OvertimeWork property
Gets the amount of overtime scheduled to be performed on the task.
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 Task
Dim value As String
value = instance.OvertimeWork
[RemoteAttribute]
public string OvertimeWork { get; }
Property value
Type: System.String
The overtime work that is scheduled to be performed.
Remarks
To get the TimeSpan value for the overtime work, use the OvertimeWorkTimeSpan property.