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

ProjectDataSet.AssignmentRow Members

WebSvcStatusing Namespace