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