XPathFunctionItem.Name PropertyXPathFunctionItem.Name PropertyXPathFunctionItem::Name Property

Gets the name of the function, or null a null reference (Nothing in Visual Basic) nullptr if it is anonymous.

Syntax

Public ReadOnly Property Name As System.Xml.XmlQualifiedName
        Get
public System.Xml.XmlQualifiedName Name { get; }
 

Property Value

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the function, or null a null reference (Nothing in Visual Basic) nullptr if it is anonymous.