ProjectDataSet.ProjectResourceRow.RES_WORK Property
Specifies the sum of all work the resource is scheduled for on all assigned tasks.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_WORK As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_WORK
instance.RES_WORK = value
public double RES_WORK { get; set; }
Property Value
Type: System.Double
Remarks
Read-only.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class