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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also