TaskFolderCollectionItem(Int32) Property
Gets the specified folder from the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public TaskFolder this[
int index
] { get; }
- index Int32
- The index of the folder to be retrieved.
TaskFolderA TaskFolder instance that represents the requested folder.