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 resource cost variance, which is whether the cost of a resource is under, over, or exactly within its budget.
Namespace: WebSvcStatusing
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