Gets or sets the path to a String value on the source task item to serve as a string representation of the task assignment item collection, or null to indicate that the string representation of the assignment item collection is not provided by the source task item. 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 AssignmentsStringMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AssignmentsStringMemberPath As String

See Also