Click or drag to resize
Task Scheduler Managed Class Library

EventQueryCQueryCSelect(EventQueryCQuery, String) Constructor

Initializes a new instance of the EventQueryCQueryCSelect class.

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public CSelect(
	EventQueryCQuery parent,
	string path
)
Request Example View Source

Parameters

parent  EventQueryCQuery
The parent.
path  String
The path.
See Also