Gets or sets the task item that the task item hosting the current predecessor item within its Predecessors collection depends of.

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

Syntax

C#
public TaskItem Item { get; set; }
Visual Basic (Declaration)
Public Property Item As TaskItem
	Get
	Set

See Also