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:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

WebSvcStatusing Namespace