Share via


StatusTask.Overtime property

Gets or sets the amount of overtime that is scheduled to be performed by all resources that are assigned to a task, for all tasks that are assigned to a resource, or by a resource on a task, and charged at the overtime rates of the resources involved.

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

Syntax

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

value = instance.Overtime

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

Property value

Type: System.String
The overtime work that is scheduled to be performed.

Remarks

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

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace