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