ProjectDataSet.ProjectResourceRow.RES_ACT_OVT_WORK Property
Specifies the actual overtime 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_OVT_WORK As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_ACT_OVT_WORK
instance.RES_ACT_OVT_WORK = value
public double RES_ACT_OVT_WORK { get; set; }
Property Value
Type: System.Double
Remarks
Read-only.
When you first add a resource, RES_ACT_OVT_WORK contains zero (0). As the resource reports any actual overtime work on any assigned tasks, this overtime work is reflected in RES_ACT_OVT_WORK.
Work is stored as thousandths of a minute. For example, 10 minutes is represented as 10000.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class