ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_UNITS Property
Gets or sets a number that specifies how much work the resource performs on an assignment, expressed as a percentage of the resource's theoretical full capacity, or the number of items required when handling a material resource.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_UNITS As Double
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_UNITS
instance.ASSN_UNITS = value
public double ASSN_UNITS { get; set; }
Property Value
Type: System.Double
Remarks
This property can be limited by the resource's RES_MAX_UNITS property value.
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class