Share via


WebQueryProperties.XmlSource Property

Definition

XML Source

Represents the following attribute in the schema: xml

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

Property Value

Returns BooleanValue.

Attributes

Applies to