Gets the actual schedule used by this Task representing either the task schedule if it was set, or the parent task or task manager schedule otherwise. This is a dependency property.

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

Syntax

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

See Also