ProjectDataSet.TaskRow.TASK_ACT_WORK Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the amount of work that has been done by the resources that are assigned to a task.
public:
property double TASK_ACT_WORK { double get(); void set(double value); };
public double TASK_ACT_WORK { get; set; }
member this.TASK_ACT_WORK : double with get, set
Public Property TASK_ACT_WORK As Double
Property Value
Remarks
TASK_ACT_WORK is a calculated field.
Work is stored as thousandths of a minute. For example, a value of 10000 indicates 10 minutes.