TaskCollectionItem(String) Property

Gets the named registered task from the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public Task this[
	string name
] { get; }

Parameters

name  String
The name of the registered task to be retrieved.

Return Value

Task
A Task instance that contains the requested context.

See Also