Task.TotalWork Property

Definition

Gets or sets the total amount of work spent on the task.

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

Property Value

An integer value; or null.

Applies to