Gets or sets the task effort represented by the current predecessor item.
It is passed to the client side as the predecessorItem.effort field accessible from the client code.
Namespace:
DlhSoft.Web.Mvc.PertAssembly: DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public TimeSpan Effort { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Effort As TimeSpan |