Gets or sets the resource item of this AssignmentItem. You can use a ResourceItem object as the 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 Object ResourceItem { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ResourceItem As Object

See Also