Click or drag to resize
Task Scheduler Managed Class Library

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.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[XmlArrayAttribute]
[XmlArrayItemAttribute("Value", typeof(NameValuePair))]
public NamedValueCollection ValueQueries { get; }
Request Example View Source

Property Value

NamedValueCollection
See Also