Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionItem(Int32) Property

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.12.0
Syntax
C#
public Action this[
	int index
] { get; set; }
Request Example View Source

Parameters

index  Int32
 

Property Value

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