Share via


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:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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 was expected to cost and how much it 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

Project Web Service