 | CorrelatedTaskEventEventRecords Property |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic IList<EventRecord> EventRecords { get; }
Public ReadOnly Property EventRecords As IList(Of EventRecord)
Get
public:
property IList<EventRecord^>^ EventRecords {
IList<EventRecord^>^ get ();
}
Request Example
View SourceProperty Value
Type:
IListEventRecord
See Also