 | TaskSchedulerSnapshotItems Property |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic List<SnapshotItem> Items { get; }
Public ReadOnly Property Items As List(Of SnapshotItem)
Get
public:
property List<SnapshotItem^>^ Items {
List<SnapshotItem^>^ get ();
}
Request Example
View SourceProperty Value
Type:
ListSnapshotItem
See Also