ProjectDataSet.TaskRow Prop ...


ProjectDataSet.TaskRow.TASK_DUR_VAR Property (WebSvcProject)
Duration variance is the difference between the planned duration and the current duration of the task.

Namespace: [Project Web service]
Web reference: http://ServerName/ProjectServerName/_vti_bin/psi/Project.asmx
Syntax

Visual Basic (Declaration)
<DebuggerNonUserCodeAttribute> _
Public Property TASK_DUR_VAR As Integer
Visual Basic (Usage)
Dim instance As TaskRow
Dim value As Integer

value = instance.TASK_DUR_VAR

instance.TASK_DUR_VAR = value
C#
[DebuggerNonUserCodeAttribute] 
public int TASK_DUR_VAR { get; set; }
Remarks

Read-only.

TASK_DUR_VAR = TASK_DUR - TB_DUR

See Also

Tags :


Page view tracker