ActionCollectionItem(Int32) Property

Gets or sets a an action at the specified index.

Definition

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

Parameters

index  Int32
 

Property Value

Action
The zero-based index of the action to get or set.

See Also