WindowsEventLogDataSource.XPathQueries Property

Definition

Gets or sets a list of Windows Event Log queries in XPATH format.

[Newtonsoft.Json.JsonProperty(PropertyName="xPathQueries")]
public System.Collections.Generic.IList<string> XPathQueries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="xPathQueries")>]
member this.XPathQueries : System.Collections.Generic.IList<string> with get, set
Public Property XPathQueries As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to