Gets or sets the specific hour cost values to apply for the assigned resources of the managed tasks.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public Dictionary<string, double> SpecificResourceHourCosts { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SpecificResourceHourCosts As Dictionary(Of String, Double) |