WebQueryProperties.Url Property

URL.Represents the attribte in schema: url

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

Syntax

'Declaration
<SchemaAttrAttribute(, "url")> _
Public Property Url As StringValue
    Get
    Set
'Usage
Dim instance As WebQueryProperties
Dim value As StringValue

value = instance.Url

instance.Url = value
[SchemaAttrAttribute(, "url")]
public StringValue Url { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

WebQueryProperties Class

WebQueryProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace