Gets or sets the collection of resource names available for task assignments.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: 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) |