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