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:  WebSvcProject
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

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace