ProjectDataSet.TaskRow.TASK_PHY_PCT_COMP property

Contains the physical percent of work completed on the task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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. The task physical percent of work complete can be used as an alternative for calculating the budgeted cost of work performed (TASK_BCWP).

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace

TASK_EVMETHOD