DraftTask.ActualOvertimeWork property

Gets or sets the actual amount of overtime work already performed on a task.

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

Syntax

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

value = instance.ActualOvertimeWork

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

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.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace