Gets a value indicating whether the task is an ancestor of a specified task.

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

Syntax

C#
public bool IsAncestorOf(
	Task masterTask
)
Visual Basic (Declaration)
Public Function IsAncestorOf ( _
	masterTask As Task _
) As Boolean

Parameters

masterTask
Type: DlhSoft.Windows.Data..::.Task
The task to determine whether this task is an ancestor of.

Return Value

A value indicating whether the task is an ancestor of the specified task.

See Also