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