NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NAntTask.InheritAll Property
[This is preliminary documentation and subject to change.]
Specifies whether current property values should be inherited by the executed project. The default is true.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="inheritall", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property InheritAll As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="inheritall", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool InheritAll {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.NAntTask.InheritAll
See Also
NAntTask Class | NAnt.Core.Tasks Namespace