ProjectDataSet.TaskRow.TASK_REM_COST property
Contains the remaining cost to complete the task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.