Click or drag to resize
Task Scheduler Managed Class Library

MonthlyTriggerCopyProperties 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.10.1
Syntax
public override void CopyProperties(
	Trigger sourceTrigger
)
Request Example View Source

Parameters

sourceTrigger
Type: Microsoft.Win32.TaskSchedulerTrigger
The source Trigger.
See Also