Click or drag to resize
Task Scheduler Managed Class Library

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.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[DefaultValueAttribute(false)]
public bool EnumerateInReverse { get; set; }
Request Example View Source

Property Value

Boolean
true if enumerates in reverse (newest to oldest) by default; otherwise, false to enumerate oldest to newest.
See Also