Gets the preferred finish date and time of this Task representing the last finish date and time value set by an external call and not altered by applying any constraints such as those based on the task predecessors. This is a dependency property.

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

Syntax

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

See Also