Share via


Connection.WebQueryProperties Property

Web Query Properties.Represents the element tag in schema: x:webPr

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

Syntax

'Declaration
Public Property WebQueryProperties As WebQueryProperties
    Get
    Set
'Usage
Dim instance As Connection
Dim value As WebQueryProperties

value = instance.WebQueryProperties

instance.WebQueryProperties = value
public WebQueryProperties WebQueryProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties
Returns WebQueryProperties.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace