NAnt SDK Documentation - v0.92

Element.XmlNode Property

Gets or sets the XML node of the element.

[Visual Basic]
Overridable Protected Property XmlNode As XmlNode
[C#]
protected virtual System.Xml.XmlNode XmlNode {get; set;}

Property Value

The XML node of the element.

See Also

Element Class | NAnt.Core Namespace