Share via


DraftProjectResource.MaximumCapacity property

Gets or sets 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 Property MaximumCapacity As Double
    Get
    Set
'Usage
Dim instance As DraftProjectResource
Dim value As Double

value = instance.MaximumCapacity

instance.MaximumCapacity = value
[RemoteAttribute]
public double MaximumCapacity { get; set; }

Property value

Type: System.Double
A number that represents the maximum percentage or the maximum number of units.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace