BaseBuildAttribute.

ProcessXml Property

Summary

Used to specify how this element will be handled as the XML is parsed and given to the element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Containing Type
BaseBuildAttribute

Syntax

public bool ProcessXml { get; set; }

Value

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