Gets or sets the assignment item collection of this SimpleTaskItem. You can use a collection of SimpleAssignmentItem objects as the task assignment item collection. Note that the assignment item collection is ignored for parent tasks. It is recommended to set this property.

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

Syntax

C#
[BindableAttribute(true)]
public List<SimpleAssignmentItem> Assignments { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Assignments As List(Of SimpleAssignmentItem)

See Also