SPElementDefinition.NamespaceManager Property
Gets a namespace manager to use in XPath queries.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property NamespaceManager As XmlNamespaceManager
Get
'Usage
Dim value As XmlNamespaceManager
value = Me.NamespaceManager
protected XmlNamespaceManager NamespaceManager { get; }
Property Value
Type: System.Xml.XmlNamespaceManager
A System.Xml.NamespaceManager object that represents the namespace manager.