ProjectEngagement.RequestedMaxUnits property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property RequestedMaxUnits As Double
Get
Set
'Usage
Dim instance As ProjectEngagement
Dim value As Double
value = instance.RequestedMaxUnits
instance.RequestedMaxUnits = value
public double RequestedMaxUnits { get; set; }
Property value
Type: System.Double