Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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