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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also