Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionItem Property (Int32)

Gets or sets a an action at the specified index.

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

Parameters

index
Type: SystemInt32

Property Value

Type: Action
The zero-based index of the action to get or set.
See Also