_TaskItem.TotalWork Property

Definition

Returns or sets an Integer (int in C#) value indicating the total work for the task. Read/write.

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

Property Value

Remarks

TotalWork corresponds to the Total work field on the Details tab of a Task item. It is stored in units of minutes. The Total work field on the standard task form is bound to the TotalWork property; by default the field assumes an 8-hour day and 40-hour week.

Applies to