ActionCollection.Item property

For scripting, gets a specified action from the collection.

Syntax

ActionCollection.Item( _
  ByVal Index _
) As Action

Property value

An Action object that represents the requested action.

Remarks

Collections are 1-based. In other words, the index for the first item in the collection is 1.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler

ActionCollection