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

Project Web Service