Gets the parent assignment that owns this Resource. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public Assignment ParentAssignment { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property ParentAssignment As Assignment

See Also