Share via


ProjectDataSet.TaskRow.TASK_PHY_PCT_COMP Property

Contains the physical percent of work completed on the task.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

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

Statusing Web Service