TriggerCopyProperties 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.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public virtual void CopyProperties(
Trigger sourceTrigger
)
Parameters
- sourceTrigger Trigger
- The source Trigger.