ProjectDataSet.ProjectResourceRow.RES_REG_WORK property
Specifies the total amount of non-overtime work that is scheduled to be performed by resources.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
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 that is 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