Click or drag to resize
Task Scheduler Managed Class Library

TaskCollectionItem Property (String)

Gets the named registered task from the collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public Task this[
	string name
] { get; }
Request Example View Source

Parameters

name
Type: SystemString
The name of the registered task to be retrieved.

Return Value

Type: Task
A Task instance that contains the requested context.
See Also