StatusingAssignmentsDataSet.AssignmentsRow.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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_UNITS As Decimal
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_UNITS
instance.ASSN_UNITS = value
public decimal ASSN_UNITS { get; set; }
Property Value
Type: System.Decimal
Remarks
ASSN_UNITS can be limited by the resource's RES_MAX_UNITS property.
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class