ProjectDataSet.ProjectResourceRow.RES_ACT_OVT_WORK Property

Specifies the actual overtime work reported by this resource on this project.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace