Summary
Gets a value indicating whether the element is performing additional
processing using the
System.Xml.XmlNode
that was use to
initialize the element.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- RawXml
Syntax
protected override bool CustomXmlProcessing { get; }
Value
Type | Description |
---|---|
bool |
true , as the XML that represents this build
element is processed by the containing task or type.
|