HyperlinkType.InvalidUrl Property

Definition

In case the url is invalid so we can't create a relationship, we'll save it here, r:id will point to a NULL one

Represents the following attribute in the schema: invalidUrl

[DocumentFormat.OpenXml.SchemaAttr(0, "invalidUrl")]
public DocumentFormat.OpenXml.StringValue InvalidUrl { get; set; }
public DocumentFormat.OpenXml.StringValue InvalidUrl { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "invalidUrl")]
public DocumentFormat.OpenXml.StringValue? InvalidUrl { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("invalidUrl")]
public DocumentFormat.OpenXml.StringValue? InvalidUrl { get; set; }
public DocumentFormat.OpenXml.StringValue? InvalidUrl { get; set; }
member this.InvalidUrl : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "invalidUrl")>]
member this.InvalidUrl : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("invalidUrl")>]
member this.InvalidUrl : DocumentFormat.OpenXml.StringValue with get, set
Public Property InvalidUrl As StringValue

Property Value

Returns StringValue.

Attributes

Applies to