ProjectDataSet.TaskRow.TASK_REM_OVT_COST Property
Contains the remaining overtime cost to complete the task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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.