ProjectDataSet.AssignmentRow.ASSN_VAC Property
Specifies the difference between the BAC (budgeted at completion) cost or baseline cost and the EAC (estimated at completion) cost of this resource on this task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_VAC As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_VAC
instance.ASSN_VAC = value
public double ASSN_VAC { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. ASSN_VAC is calculated as shown in the following formula.
ASSN_VAC = AB_COST – ASSN_COST
See Also
Reference
ProjectDataSet.AssignmentRow Class