ProjectDataSet.AssignmentRow.ASSN_START_VAR Property

Specifies the amount of time that represents the difference between the baseline start date of this assignment and its currently scheduled start date.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_START_VAR As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Integer

value = instance.ASSN_START_VAR

instance.ASSN_START_VAR = value
public int ASSN_START_VAR { get; set; }

Property Value

Type: System.Int32

Remarks

Read-only. ASSN_START_VAR is calculated as shown in the following formula.

ASSN_START_VAR = ASSN_START_DATE - AB_START

ASSN_START_VAR is stored in duration units. Duration is indicated in tenths of minutes. A value of 100 indicates 10 minutes.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace