StatusAssignment.RemainingOvertimeTimeSpan property
Gets or sets the time interval for the amount of remaining scheduled overtime work.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RemainingOvertimeTimeSpan As TimeSpan
Get
Set
'Usage
Dim instance As StatusAssignment
Dim value As TimeSpan
value = instance.RemainingOvertimeTimeSpan
instance.RemainingOvertimeTimeSpan = value
[RemoteAttribute]
public TimeSpan RemainingOvertimeTimeSpan { get; set; }
Property value
Type: System.TimeSpan
The duration of the remaining scheduled overtime work.