NAnt SDK Documentation - v0.92

NAntTask.InheritAll Property

Specifies whether current property values should be inherited by the executed project. The default is true.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="inheritall", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property InheritAll As Boolean
[C#]
[TaskAttribute(Required=False, Name="inheritall", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool InheritAll {get; set;}

See Also

NAntTask Class | NAnt.Core.Tasks Namespace