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