Gets a collection of AssignmentItem objects that represent the resource assignments of the current task item optionally having associated allocation units specified to be considered by the TaskManager component.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public List<AssignmentItem> Assignments { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Assignments As List(Of AssignmentItem) Get Set |