Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The task finish variance is the difference between task finish date and the baseline finish 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_FINISH_VAR As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_FINISH_VAR
instance.TASK_FINISH_VAR = value
public int TASK_FINISH_VAR { get; set; }
Property Value
Type: System.Int32
Remarks
Read-only.
TASK_FINISH_VAR = TASK_FINISH_DATE - TB_FINISH
The duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.