Gets or sets the schedule of this TaskManager to be used as default schedule for the tasks in the internal collection. This is a dependency property.

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

Syntax

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

See Also