CUIDataSource.NamespaceManager Property
The namespace manager that is used when querying the XML file.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property NamespaceManager As XmlNamespaceManager
Get
'Usage
Dim value As XmlNamespaceManager
value = Me.NamespaceManager
protected internal XmlNamespaceManager NamespaceManager { get; }
Property Value
Type: System.Xml.XmlNamespaceManager
A XmlNamespaceManager used to query the XML file.