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

Project.NamespaceManager Property

[This is preliminary documentation and subject to change.]

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