Gets or sets a string representation of the predecessor collection of this TaskItem.
The predecessors string is of this form: 1, 2SS, 3FF+2.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public string PredecessorsString { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property PredecessorsString As String |