DraftAssignment.RemainingOvertimeWork property

Gets or sets 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 Property RemainingOvertimeWork As String
    Get
    Set
'Usage
Dim instance As DraftAssignment
Dim value As String

value = instance.RemainingOvertimeWork

instance.RemainingOvertimeWork = value
[RemoteAttribute]
public string RemainingOvertimeWork { 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 RemainingOvertimeWorkTimeSpan property.

See also

Reference

DraftAssignment class

DraftAssignment members

Microsoft.ProjectServer.Client namespace