NAnt SDK Documentation - v0.92

BuildAttributeAttribute.ProcessXml Property

Used to specify how this attribute 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

BuildAttributeAttribute Class | NAnt.Core.Attributes Namespace