XPathFunctionItem.Namespace PropertyXPathFunctionItem.Namespace PropertyXPathFunctionItem::Namespace Property

Gets the namespace URI of the function referenced by this function item.

Syntax

Public ReadOnly Property Namespace As String
        Get
public string Namespace { get; }
public:
property String^ Namespace {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the namespace URI of the function, or EmptyEmptyEmpty if the function is not in a namespace or is an anonymous function.