ProjectDataSet.TaskRow.TASK_DUR_VAR Property

Duration variance is the difference between the planned duration and the current duration of the task.

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

Syntax

'Declaration
Public Property TASK_DUR_VAR As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer

value = instance.TASK_DUR_VAR

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

Property Value

Type: System.Int32

Remarks

Read-only.

TASK_DUR_VAR = TASK_DUR - TB_DUR

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace