 | 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.10.1
Syntaxpublic NamedValueCollection ValueQueries { get; }
Public ReadOnly Property ValueQueries As NamedValueCollection
Get
public:
property NamedValueCollection^ ValueQueries {
NamedValueCollection^ get ();
}
Request Example
View SourceProperty Value
Type:
NamedValueCollection
See Also