ProjectDataSet.ProjectResourceRow.RES_ACT_OVT_WORK property
Specifies the actual overtime work that is reported by this resource on this project.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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