ProjectDataSet.AssignmentRow.ASSN_SV Property

Specifies the difference in cost terms between the current progress and the baseline planned progress for this resource on this task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace