IdPartPair.RelationshipId Property
Gets or sets the relationship ID in the pair.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RelationshipId As String
Get
Set
'Usage
Dim instance As IdPartPair
Dim value As String
value = instance.RelationshipId
instance.RelationshipId = value
public string RelationshipId { get; set; }
Property Value
Type: System.String