ProjectDataSet.ProjectResourceRow.RES_REG_WORK Property

Specifies the total amount of non-overtime work scheduled to be performed by resources.

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

Syntax

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

value = instance.RES_REG_WORK

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

Property Value

Type: System.Double

Remarks

Microsoft Office Project Server calculates regular work for a resource as the sum of all regular work for all assigned tasks. This field shows the total amount of time scheduled for a resource that is charged at the resource's standard rate.

Work is stored as thousandths of a minute. For example 10 minutes would be 10000.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcStatusing Namespace