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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also