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:  [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_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.

RES_SV = RES_BCWP - RES_BCWS.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service