ProjectDataSet.AssignmentRow.ASSN_ACT_WORK Property
Specifies the amount of work that this resource has done on this task.
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_ACT_WORK As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_ACT_WORK
instance.ASSN_ACT_WORK = value
public double ASSN_ACT_WORK { get; set; }
Property Value
Type: System.Double
Remarks
ASSN_ACT_WORK contains zero (0) hours until you begin tracking the project. When you enter actual work information for tasks, or percent of work complete, Project updates the assignment's actual work values.
Work is stored as thousandths of a minute. For example, 10 minutes is represented as 10000.
See Also
Reference
ProjectDataSet.AssignmentRow Class