Enumerates or populates the assignment item collection of this ITaskItem.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
IEnumerable<IAssignmentItem> Assignments { get; set; }
Visual Basic (Declaration)
Property Assignments As IEnumerable(Of IAssignmentItem)

See Also