ProjectDataSet.TaskRow.TASK_REM_COST Property
Contains the remaining 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_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double
value = instance.TASK_REM_COST
instance.TASK_REM_COST = value
public double TASK_REM_COST { get; set; }
Property Value
Type: System.Double
Remarks
Initially, TASK_REM_COST is the same as TASK_COST. After the assigned resources begin work on the task and report actual work, Project calculates the remaining cost as follows:
TASK_REM_COST = (TASK_REM_WORK * Standard Rate) + TASK_REM_OVT_COST.