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: [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 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. For example, a value of 100 indicates 10 minutes.