ProjectDataSet.AssignmentRow.ASSN_COST_VAR property
Specifies the difference between the baseline cost and the total cost for this resource on this task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_COST_VAR As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_COST_VAR
instance.ASSN_COST_VAR = value
public double ASSN_COST_VAR { get; set; }
Property value
Type: System.Double
Remarks
Read-only. ASSN_COST_VAR is calculated as shown in the following formula.
ASSN_COST_VAR = ASSN_COST – AB_COST
See also
Reference
ProjectDataSet.AssignmentRow class