_TaskItem.TotalWork Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.