Share via


ProjectDataSet.ProjectResourceRow.RES_PCT_WORK_COMPLETE Property

Specifies the current status of all tasks that are assigned to a resource expressed as the total percentage of the resource's work that is complete.

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 RES_PCT_WORK_COMPLETE As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer

value = instance.RES_PCT_WORK_COMPLETE

instance.RES_PCT_WORK_COMPLETE = value
public int RES_PCT_WORK_COMPLETE { get; set; }

Property Value

Type: System.Int32

Remarks

Read-only. RES_PCT_WORK_COMPLETE is calculated as shown in the following formula.

RES_PCT_WORK_COMPLETE = (RES_ACT_WORK / RES_WORK) * 100.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service