ActionCollectionItem(String) Property

Gets or sets a specified action from the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public Action this[
	string actionId
] { get; set; }

Parameters

actionId  String
The id ( Id) of the action to be retrieved.

Property Value

Action
The Action.

Return Value

Action
Specialized Action instance.

Exceptions

See Also