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