XmlPath.PartUri Property
Gets the internal URI of the part relative to the package root.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PartUri As Uri
Get
Private Set
'Usage
Dim instance As XmlPath
Dim value As Uri
value = instance.PartUri
public Uri PartUri { get; private set; }
Property Value
Type: System.Uri