DraftProjectResource.MaximumCapacity-Eigenschaft
Ruft ab oder legt den Prozentsatz oder die Anzahl der Einheiten, die die maximale Kapazität darstellen, für die die Ressource während des aktuellen Zeitraums verfügbar ist.
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; }
Eigenschaftswert
Typ: System.Double
Eine Zahl, die den maximalen Prozentsatz oder die maximale Anzahl der Einheiten darstellt.