LevelHierarchyToolPart.XslNSMgr property

Gets or sets the namespace manager for use with the SelectNodes() method.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Property XslNSMgr As XmlNamespaceManager
    Get
    Set
'Usage
Dim value As XmlNamespaceManager

value = Me.XslNSMgr

Me.XslNSMgr = value
protected XmlNamespaceManager XslNSMgr { get; set; }

Property value

Type: System.Xml.XmlNamespaceManager

See also

Reference

LevelHierarchyToolPart class

LevelHierarchyToolPart members

Microsoft.SharePoint.Publishing.WebControls namespace