CustomXMLNode.XPath Property

Gets a String with the canonicalized XPath for the current node. If the node is no longer in the Document Object Model (DOM), the property returns an error message. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property XPath As String
    Get
'Usage
Dim instance As CustomXMLNode
Dim value As String

value = instance.XPath
string XPath { get; }

Property Value

Type: System.String
String

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace