HyperlinkType.InvalidUrl Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Caso a url seja inválida para que não possamos criar uma relação, vamos salvá-la aqui, r:id apontará para um NULL
Representa o seguinte atributo no esquema: 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
Valor da propriedade
Retorna StringValue.
- Atributos