Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the difference between the baseline cost and the total cost for this resource on this task.
Namespace: WebSvcProject
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