Поделиться через


ProjectDataSet.TaskRow.TASK_PCT_WORK_COMP Property

Contains the percentage of work elapsed compared with the amount of work that is remaining to be done.

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_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.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

Statusing Web Service