HyperlinkType.InvalidUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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