ActionCollectionItem(Int32) Property
Gets or sets a an action at the specified index.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public Action this[
int index
] { get; set; }
- index Int32
-
ActionThe zero-based index of the action to get or set.