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 planned progress for this resource on this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_SV As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_SV
instance.ASSN_SV = value
public double ASSN_SV { get; set; }
Property value
Type: System.Double
Remarks
Read-only. ASSN_SV is calculated as shown in the following formula.
ASSN_SV = ASSN_BCWP - ASSN_BCWS
You can use ASSN_SV to check costs to determine whether tasks or assignments are on schedule.
See also
Reference
ProjectDataSet.AssignmentRow class