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

Element.AttributeConfigurator.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

Element.AttributeConfigurator Class | NAnt.Core Namespace