Element.

NamespaceManager Property

Summary

Gets or sets the System.Xml.XmlNamespaceManager.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

public XmlNamespaceManager NamespaceManager { get; set; }

Remarks

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

Value

Type Description
XmlNamespaceManager The System.Xml.XmlNamespaceManager.