XPathFunctionItem.LocalName PropertyXPathFunctionItem.LocalName PropertyXPathFunctionItem::LocalName Property

Gets the local name of the function referenced by this funciton item.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the local name of the function, or EmptyEmptyEmpty if the function is an anonymous function.