TaskEventLogEnumerateInReverse Property
Gets or sets a value indicating whether to enumerate in reverse when calling the default enumerator (typically with foreach statement).
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(false)]
public bool EnumerateInReverse { get; set; }
Property Value
Booleantrue if enumerates in reverse (newest to oldest) by default; otherwise,
false to enumerate oldest to newest.