ProjectDataSet.TaskRow.TASK_COST_VAR Property

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

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