ProjectDataSet.AssignmentRow.ASSN_UNITS Property

Specifies how much work the resource performs on this assignment, expressed as a percentage of the resource's theoretical full capacity.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_UNITS As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double

value = instance.ASSN_UNITS

instance.ASSN_UNITS = value
public double ASSN_UNITS { get; set; }

Property Value

Type: System.Double

Remarks

ASSN_UNITS can be limited by the resource's RES_MAX_UNITS property.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace