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

value = instance.RemainingOvertime

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

Property value

Type: System.String
The remaining scheduled overtime work.

Remarks

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

See also

Reference

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace