PublishedAssignment.ResourceCapacity property
Gets how much work the resource performs on the assignment, expressed as a percentage of the resource's theoretical full capacity.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ResourceCapacity As Double
Get
'Usage
Dim instance As PublishedAssignment
Dim value As Double
value = instance.ResourceCapacity
[RemoteAttribute]
public double ResourceCapacity { get; }
Property value
Type: System.Double
The amount of work performed by the resource, expressed as a percentage.