ProjectDataSet.ProjectResourceRow.RES_SV property
Specifies the difference in cost terms between the current progress and the baseline plan of all assigned tasks of a resource up to the status date or today's date.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_SV As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_SV
instance.RES_SV = value
public double RES_SV { get; set; }
Property value
Type: System.Double
Remarks
Read-only. RES_SV is calculated as shown in the following formula.
See also
Reference
ProjectDataSet.ProjectResourceRow class