 | TaskCollectionItem Property (String) |
Gets the named registered task from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Task this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Task
Get
public:
property Task^ default[String^ name] {
Task^ get (String^ name);
}
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the registered task to be retrieved.
Return Value
Type:
TaskA
Task instance that contains the requested context.
See Also