DraftAssignment.ActualOvertimeWork property
Gets or sets the actual amount of overtime work that has already been performed on the assignment.
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 DraftAssignment
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.