ReferenceRelationship.IsExternal Property

Gets a value indeicates whether the target of the relationship is Internal or External to the OpenXmlPackage.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overridable Property IsExternal As Boolean
    Get
    Private Set
'Usage
Dim instance As ReferenceRelationship
Dim value As Boolean

value = instance.IsExternal
public virtual bool IsExternal { get; private set; }

Property Value

Type: System.Boolean

See Also

Reference

ReferenceRelationship Class

ReferenceRelationship Members

DocumentFormat.OpenXml.Packaging Namespace