Click or drag to resize
Task Scheduler Managed Class Library

EventTriggerCopyProperties Method

Copies the properties from another Trigger the current instance. This will not copy any properties associated with any derived triggers except those supporting the ITriggerDelay interface.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public override void CopyProperties(
	Trigger sourceTrigger
)
Request Example View Source

Parameters

sourceTrigger  Trigger
The source Trigger.
See Also