Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the maximum percentage or number of units, representing the maximum capacity for which a resource is available to accomplish any tasks during the current time period.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_MAX_UNITS As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_MAX_UNITS
instance.RES_MAX_UNITS = value
public double RES_MAX_UNITS { get; set; }
Property value
Type: System.Double
Remarks
The default for RES_MAX_UNITS is 100 percent.
See also
Reference
ProjectDataSet.ProjectResourceRow class