ProjectDataSet.TaskRow.TASK_REM_COST Property

Contains the remaining cost to complete the task.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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
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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Project Web Service