 | TaskEventWatcherEventFilterEventIds Property |
Gets or sets an optional array of event identifiers to use when filtering those events that will fire a
EventRecorded event.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic int[] EventIds { get; set; }
Public Property EventIds As Integer()
Get
Set
public:
property array<int>^ EventIds {
array<int>^ get ();
void set (array<int>^ value);
}
Request Example
View SourceProperty Value
Type:
Int32
The array of event identifier filters. All know task event identifiers are declared in the
StandardTaskEventId enumeration.
See Also