ProjectDataSet.ProjectResourceRow.RES_REG_WORK Property
Specifies the total amount of non-overtime work that is scheduled to be performed by resources.
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_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