TaskEventLogEnumerateInReverse Property

Gets or sets a value indicating whether to enumerate in reverse when calling the default enumerator (typically with foreach statement).

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute(false)]
public bool EnumerateInReverse { get; set; }

Property Value

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

See Also