Enumerates or populates the assignment item collection of this ITaskItem.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
IEnumerable<IAssignmentItem> Assignments { get; set; } |
| Visual Basic (Declaration) |
|---|
Property Assignments As IEnumerable(Of IAssignmentItem) |