NAnt SDK Documentation - v0.92

Project.NamespaceManager Property

Gets the XmlNamespaceManager.

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

Property Value

The XmlNamespaceManager.

Remarks

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

See Also

Project Class | NAnt.Core Namespace