PublishedAssignment.RemainingOvertimeWork property

Gets the amount of remaining scheduled overtime work on the assignment.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property RemainingOvertimeWork As String
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As String

value = instance.RemainingOvertimeWork
[RemoteAttribute]
public string RemainingOvertimeWork { get; }

Property value

Type: System.String
The remaining scheduled overtime work.

Remarks

To get the TimeSpan value for the remaining overtime work, use the RemainingOvertimeWorkTimeSpan property.

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace