Gets or sets the path to a nullable DateTime value on the source task item to serve as the task maximum finish date and time, or null to indicate that the maximum date and time is not provided by the source task item.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public string MaxFinishMemberPath { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property MaxFinishMemberPath As String |