 | TaskFolderCollectionItem(String) Property |
Gets the specified folder from the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic TaskFolder this[
string path
] { get; }
Request Example
View SourceParameters
- path String
- The path of the folder to be retrieved.
Return Value
TaskFolderA TaskFolder instance that represents the requested folder.
See Also