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: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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 shows the difference between how much it should have 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