PublishedProjectResource.MaximumCapacity property
Gets the percentage, or the number of units, that represent the maximum capacity for which the resource is available during the current time period.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property MaximumCapacity As Double
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As Double
value = instance.MaximumCapacity
[RemoteAttribute]
public double MaximumCapacity { get; }
Property value
Type: System.Double
A number that represents the maximum percentage or the maximum number of units.
See also
Reference
PublishedProjectResource class