NAnt SDK Documentation - v0.92

BuildElementAttribute.ProcessXml Property

Used to specify how this element will be handled as the XML is parsed and given to the element.

[Visual Basic]
Public Property ProcessXml As Boolean
[C#]
public bool ProcessXml {get; set;}

Property Value

true if XML should be processed; otherwise false. The default is true.

See Also

BuildElementAttribute Class | NAnt.Core.Attributes Namespace