ProjectDataSet.ProjectResourceRow.RES_PCT_WORK_COMPLETE Property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

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

WebSvcProject Namespace