ProjectResource.RemainingOvertimeWork property

Gets the amount of remaining scheduled overtime work for the project resource.

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

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

Property value

Type: System.String
The amount of remaining scheduled overtime work.

Remarks

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

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace