ProjectDataSet.ProjectResourceRow.RES_MAX_UNITS Property
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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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