NAnt SDK Documentation - v0.92

RawXml.CustomXmlProcessing Property

Gets a value indicating whether the element is performing additional processing using the XmlNode that was use to initialize the element.

[Visual Basic]
Overrides Protected ReadOnly Property CustomXmlProcessing As Boolean
[C#]
protected override bool CustomXmlProcessing {get;}

Property Value

true, as the XML that represents this build element is processed by the containing task or type.

See Also

RawXml Class | NAnt.Core.Types Namespace