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