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

BuildElementAttribute.ProcessXml Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Attributes.BuildElementAttribute.ProcessXml

See Also

BuildElementAttribute Class | NAnt.Core.Attributes Namespace