Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_START_VAR property

Gets or sets the difference between the baseline start date of an assignment and its currently scheduled start date in duration units.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_START_VAR As Integer
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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_DATEAB_START()

Duration is indicated in tenths of minutes. A value of 100 indicates 10 minutes.

See also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace