XmlPath.XPath Property
Gets the XPath string.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property XPath As String
Get
Private Set
'Usage
Dim instance As XmlPath
Dim value As String
value = instance.XPath
public string XPath { get; private set; }
Property Value
Type: System.String