Share via


StatusTask.RemainingOvertime property

Gets or sets the amount of remaining scheduled overtime work.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property RemainingOvertime As String
    Get
    Set
'Usage
Dim instance As StatusTask
Dim value As String

value = instance.RemainingOvertime

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

Property value

Type: System.String
The amount of time that is needed to complete the overtime work.

Remarks

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

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace