 | 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.10.1
Syntaxpublic bool EnumerateInReverse { get; set; }
Public Property EnumerateInReverse As Boolean
Get
Set
public:
property bool EnumerateInReverse {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if enumerates in reverse (newest to oldest) by default; otherwise,
false to enumerate oldest to newest.
See Also