ProjectResource.ActualOvertimeWork property
Gets the actual amount of overtime work that has been performed by the project resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ActualOvertimeWork As String
Get
'Usage
Dim instance As ProjectResource
Dim value As String
value = instance.ActualOvertimeWork
[RemoteAttribute]
public string ActualOvertimeWork { get; }
Property value
Type: System.String
The actual amount of overtime work.
Remarks
To get the TimeSpan value for the actual overtime work, use the ActualOvertimeWorkTimeSpan property.