ProjectDataSet.ProjectResourceRow.RES_ACT_WORK property

Specifies the actual regular work that is reported by this resource on this project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_ACT_WORK As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double

value = instance.RES_ACT_WORK

instance.RES_ACT_WORK = value
public double RES_ACT_WORK { get; set; }

Property value

Type: System.Double

Remarks

Read-only.

RES_ACT_WORK contains zero (0) until the project begins tracking the progress of tasks. Project Server calculates actual work for each resource as the sum of all actual work reported for all assigned tasks.

Work is stored as thousandths of a minute. For example, 10 minutes is represented as 10000.

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcStatusing namespace