Gets or sets the path to an Object value on a source task assignment item to serve as the assigned resource item, or null to indicate that the assigned resource item is not provided by the source task assignment item. You can use a ResourceItem object as the assigned resource item. It is recommended to set this property. This is a dependency property.

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

Syntax

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

See Also