TriggerCollectionItem(String) Property

Gets or sets a specified trigger from the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public Trigger this[
	string triggerId
] { get; set; }

Parameters

triggerId  String
The id ( Id) of the trigger to be retrieved.

Property Value

Trigger
The Trigger.

Return Value

Trigger
Specialized Trigger instance.

Exceptions

See Also