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.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[XmlArrayAttribute]
[XmlArrayItemAttribute("Value", typeof(NameValuePair))]
public NamedValueCollection ValueQueries { get; }
Property Value
NamedValueCollection