Element.

Parent Property

Summary

Gets or sets the parent of the element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

public Object Parent { get; set; }

Remarks

This will be the parent NAnt.Core.Task, NAnt.Core.Target, or NAnt.Core.Element.Project depending on where the element is defined.

Value

Type Description
Object The parent of the element.