CUIDataSource.XmlNamespace Property
Gets the namespace used for XPath queries in the default Server ribbon XML file.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Friend MustOverride ReadOnly Property XmlNamespace As String
Get
'Usage
Dim value As String
value = Me.XmlNamespace
protected internal abstract string XmlNamespace { get; }
Property Value
Type: System.String
A string that contains the namespace name.