Gets or sets the execution cost of this task. It is passed to the client side as the item.executionCost field accessible from the client code.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public double ExecutionCost { get; set; }
Visual Basic (Declaration)
Public Property ExecutionCost As Double

See Also