ProjectDataSet.TaskRow.TASK_PHY_PCT_COMP Property
Contains the physical percent of work completed on the task.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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).