NAnt SDK Documentation - v0.92

Element.NamespaceManager Property

Gets or sets the XmlNamespaceManager.

[Visual Basic]
Public Property NamespaceManager As XmlNamespaceManager
[C#]
public System.Xml.XmlNamespaceManager NamespaceManager {get; set;}

Property Value

The XmlNamespaceManager.

Remarks

The NamespaceManager defines the current namespace scope and provides methods for looking up namespace information.

See Also

Element Class | NAnt.Core Namespace