ProjectDataSet.TaskRow.TASK_PCT_WORK_COMP Property
Contains the percentage of work actually elapsed compared with the amount of work remaining to be done.
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_PCT_WORK_COMP As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Integer
value = instance.TASK_PCT_WORK_COMP
instance.TASK_PCT_WORK_COMP = value
public int TASK_PCT_WORK_COMP { get; set; }
Property Value
Type: System.Int32
Remarks
TASK_PCT_WORK_COMP = (TASK_ACT_WORK / TASK_WORK) * 100
When a task is created, the percent of work complete is zero. TASK_PCT_WORK_COMP is calculated if you enter actual work for the task.