ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_PCT_WORK_COMPLETE Property
Gets or sets the current status of an assignment expressed as the percentage of the assignment work that is completed.
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_PCT_WORK_COMPLETE As Integer
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer
value = instance.ASSN_PCT_WORK_COMPLETE
instance.ASSN_PCT_WORK_COMPLETE = value
public int ASSN_PCT_WORK_COMPLETE { get; set; }
Property Value
Type: System.Int32
Remarks
You can enter the percentage of work complete, or you can have Project calculate it for you based on actual work on the assignment.
ASSN_PCT_WORK_COMPLETE is calculated as shown in the following formula.
ASSN_PCT_WORK_COMPLETE = (ASSN_ACT_WORK / ASSN_WORK) * 100
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class