Gets or sets the quantity values to consider when leveling resources, indicating maximum amounts of materials available for use at the same time.

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

Syntax

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

See Also