ReferenceRelationship.Uri Property
Gets the target URI of the replationship.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Overridable Property Uri As Uri
Get
Private Set
'Применение
Dim instance As ReferenceRelationship
Dim value As Uri
value = instance.Uri
public virtual Uri Uri { get; private set; }
Property Value
Type: System.Uri