WebQueryProperties.Url Property

Definition

URL

Represents the following attribute in the schema: url

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

Property Value

Returns StringValue.

Attributes

Applies to