Gets a value indicating whether the task is a descendant of a specified task.

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

Syntax

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

Parameters

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

Return Value

A value indicating whether the task is a descendant of the specified task.

See Also