 | 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
Syntaxpublic TaskFolder this[
string path
] { get; }
Public ReadOnly Default Property Item (
path As String
) As TaskFolder
Get
public:
property TaskFolder^ default[String^ path] {
TaskFolder^ get (String^ path);
}
Request Example
View SourceParameters
- path
- Type: SystemString
The path of the folder to be retrieved.
Return Value
Type:
TaskFolderA TaskFolder instance that represents the requested folder.
See Also