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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class