ProjectDataSet.TaskRow.TASK_VAC property

Task variance at completion is the difference between the TB_COST (Budget At Completion) or baseline cost and TASK_EAC (Estimate At Completion).

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

Syntax

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

value = instance.TASK_VAC

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

Property value

Type: System.Double

Remarks

Read-only.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace