Gets or sets a string representation of the predecessor collection of this TaskItem. The assignments string is of this form: John, Diane [80%]. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public string AssignmentsString { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AssignmentsString As String

See Also