Gets or sets the collection of resource names available for task assignments.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual List<string> AssignableResources { get; set; }
Visual Basic (Declaration)
Public Overridable Property AssignableResources As List(Of String)

See Also