Gets the assignment collection of 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 ReadOnlyObservableCollection<Assignment> Assignments { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Assignments As ReadOnlyObservableCollection(Of Assignment)

See Also