TriggerCollection.Item property

For scripting, gets the specified trigger from the collection.

Syntax

TriggerCollection.Item( _
  ByVal index _
) As Trigger

Property value

A Trigger object that represents the requested trigger.

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