Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionItem Property (String)

Gets or sets a specified action from the collection.

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

Parameters

actionId
Type: SystemString
The id ( Id) of the action to be retrieved.

Property Value

Type: Action
The Action.

Return Value

Type: Action
Specialized Action instance.
Exceptions
See Also