ProjectDataSet.AssignmentRow.ASSN_ACT_WORK property

Specifies the amount of work that this resource has done on this task.

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

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. As 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

ProjectDataSet.AssignmentRow members

WebSvcProject namespace