Share via


ProjectDataSet.TaskRow.TASK_REM_COST Property

The cost remaining to complete the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace