NAnt SDK Documentation - v0.92

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

Element.AttributeConfigurator Class | NAnt.Core Namespace