Click or drag to resize
Task Scheduler Managed Class Library

TaskFolderCollectionItem Property (String)

Gets the specified folder from the collection.

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

Parameters

path
Type: SystemString
The path of the folder to be retrieved.

Return Value

Type: TaskFolder
A TaskFolder instance that represents the requested folder.
See Also