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:  ProjectServerServices (in ProjectServerServices.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