NAnt SDK Documentation - v0.85-nightly-2005-11-09

RawXml.CustomXmlProcessing Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.RawXml.CustomXmlProcessing

See Also

RawXml Class | NAnt.Core.Types Namespace