EventTriggerValueQueries Property

Gets a collection of named XPath queries. Each query in the collection is applied to the last matching event XML returned from the subscription query specified in the Subscription property. The name of the query can be used as a variable in the message of a ShowMessageAction action.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlArrayAttribute]
[XmlArrayItemAttribute("Value", typeof(NameValuePair))]
public NamedValueCollection ValueQueries { get; }

Property Value

NamedValueCollection

See Also