Gets or sets the specific usage 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> SpecificResourceUsageCosts { get; set; } |
Visual Basic (Declaration) |
---|
Property SpecificResourceUsageCosts As IDictionary(Of String, Double) |