Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.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