Task.ActualWork Property

Definition

Gets or sets the actual amount of time that is spent on the task.

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

Property Value

An integer value; or null.

Applies to