TaskType.TotalWork Property

Definition

The TotalWork property gets or sets an integer value that represents the total amount of work that is associated with the task.

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

Property Value

The TotalWork property returns an integer value that represents the total amount of work that is associated with the task.

Applies to