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

Element.XmlNode Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Element.XmlNode

See Also

Element Class | NAnt.Core Namespace