ProjectDataSet.ProjectResourceRow.RES_COST_VAR Property

Specifies the resource cost variance, which is whether the cost of a resource is under, over, or exactly within its budget.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property RES_COST_VAR As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_COST_VAR

instance.RES_COST_VAR = value
public double RES_COST_VAR { get; set; }

Property Value

Type: System.Double

Remarks

Read-only. RES_COST_VAR is calculated as shown in the following formula.

RES_COST_VAR = RES_COST - RB_BASE_COST

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace