DraftAssignment.ResourceCapacity property
Gets or sets a value that indicates 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 Property ResourceCapacity As Double
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As Double
value = instance.ResourceCapacity
instance.ResourceCapacity = value
[RemoteAttribute]
public double ResourceCapacity { get; set; }
Property value
Type: System.Double
The amount of work performed by the resource, expressed as a percentage.