ProjectDataSet.TaskRow.TASK_PHY_PCT_COMP Property

Task physical percent of work complete can be used as an alternative for calculating the budgeted cost of work performed (TASK_BCWP).

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

Syntax

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

value = instance.TASK_PHY_PCT_COMP

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

Property Value

Type: System.Int32

Remarks

TASK_PHY_PCT_COMP is not a calculated field and must be entered.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcStatusing Namespace