Gets or sets the effort of the current task item. It is passed to the client side as the item.effort field accessible from the client code.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public TimeSpan Effort { get; set; }
Visual Basic (Declaration)
Public Property Effort As TimeSpan

See Also