Task.RemainingOvertimeWork property

Gets the amount of time, such as person-hours or days, that is required to complete the remaining overtime work for a task.

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 Task
Dim value As String

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

Property value

Type: System.String
The time that is required to complete the overtime work on the task.

Remarks

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

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace