ProjectDataSet.ProjectResourceRow.RES_ACT_WORK Property
Specifies the actual regular work that is reported by this resource on this project.
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 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