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.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public override void CopyProperties(
	Trigger sourceTrigger
)

Parameters

sourceTrigger  Trigger
The source Trigger.

See Also