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: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.