ProjectDataSet.TaskRow.TASK_REM_OVT_COST property

Contains the remaining overtime cost to complete the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_REM_OVT_COST As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_REM_OVT_COST

instance.TASK_REM_OVT_COST = value
public double TASK_REM_OVT_COST { get; set; }

Property value

Type: System.Double

Remarks

Read-only. When you first create a task, TASK_REM_OVT_COST is the same as TASK_OVT_COST. After a resource begins work on the task and reports actual overtime work, Project calculates the remaining overtime work for all assigned resources on the task. Remaining overtime cost for the task is the sum of all remaining overtime costs for all assigned resources.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace