ProjectDataSet.TaskRow.TASK_COST_VAR property

Task cost variance specifies the difference between the baseline cost and the total cost for a task.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_COST_VAR As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Double

value = instance.TASK_COST_VAR

instance.TASK_COST_VAR = value
public double TASK_COST_VAR { get; set; }

Property value

Type: System.Double

Remarks

Read-only. Calculated value.

COST_VAR = TASK_COST - TB_COST

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace