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

See Also