Gets or sets the specific hour cost values to apply for the assigned resources of the managed tasks.

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

Syntax

C#
public Dictionary<string, double> SpecificResourceHourCosts { get; set; }
Visual Basic (Declaration)
Public Property SpecificResourceHourCosts As Dictionary(Of String, Double)

See Also