Click or drag to resize
Task Scheduler Managed Class Library

TriggerCollectionItem Property (String)

Gets or sets a specified trigger from the collection.

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

Parameters

triggerId
Type: SystemString
The id ( Id) of the trigger to be retrieved.

Property Value

Type: Trigger
The Trigger.

Return Value

Type: Trigger
Specialized Trigger instance.
Exceptions
See Also