 | TaskCollectionItem(String) Property |
Gets the named registered task from the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic Task this[
string name
] { get; }
Request Example
View SourceParameters
- name String
- The name of the registered task to be retrieved.
Return Value
TaskA
Task instance that contains the requested context.
See Also