Gets the parent Task that owns this AssignmentManager.

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

Syntax

C#
public Task ParentTask { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParentTask As Task

See Also