TaskFolderCollectionItem(String) Property

Gets the specified folder from the collection.

Definition

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

Parameters

path  String
The path of the folder to be retrieved.

Return Value

TaskFolder
A TaskFolder instance that represents the requested folder.

See Also