Enumerates or populates the assignment item collection of this SimpleTaskItem.
When setting this property you must use an IAssignmentItem object collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] IEnumerable<IAssignmentItem> ITaskItem.Assignments { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Private Property Assignments As IEnumerable(Of IAssignmentItem) Implements ITaskItem.Assignments |