ProjectDataSet.ProjectResourceRow.RES_CV Property

Specifies the difference between the resource's BCWP (budgeted cost of work performed) and ACWP (actual cost of work performed).

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

Syntax

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

value = instance.RES_CV

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

Property Value

Type: System.Double

Remarks

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

RES_CV = RES_BCWP - RES_ACWP

RES_CV shows the difference between how much it should have cost and how much it has actually cost to achieve the current level of completion up to the status date or today's date.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace