SPElementDefinition.NamespaceManager property
Gets a namespace manager to use in XPath queries.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.