Gets the read-only schedule definition collection wrapping the objects that are currently managed. This is a dependency property.

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

Syntax

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

See Also