Gets or sets the path to a Schedule value on the source task item to serve as the task schedule, or null to indicate that the schedule is not provided by the source task item. The task schedule indicates the time intervals of a day that can be used as work time for achieving completion of the task. If a child task schedule is not set, the parent task schedule is used. If a root task schedule is not set the Continuous schedule is used. This is a dependency property.

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

Syntax

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

See Also