ProjectDataSet.TaskRow.TASK_START_VAR Property
Task start variance is the difference between the baseline start date (TB_START ) and the actual start date (TASK_START_DATE).
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_START_VAR As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_START_VAR
instance.TASK_START_VAR = value
public int TASK_START_VAR { get; set; }
Property Value
Type: System.Int32
Remarks
Read-only.
Duration is stored in tenths of minutes. A value of 100 indicates 10 minutes.