TaskType.ActualWork Property

Definition

The ActualWork property gets or sets an integer value that specifies the actual amount of time that is spent on a task.

public:
 property int ActualWork { int get(); void set(int value); };
public int ActualWork { get; set; }
Public Property ActualWork As Integer

Property Value

The ActualWork property returns an integer value that specifies the actual amount of time that is spent on a task.

Applies to