ScheduledJobDefinition.JobTriggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of trigger objects that specify a time/condition for when the job is run.
public System.Collections.Generic.List<Microsoft.PowerShell.ScheduledJob.ScheduledJobTrigger> JobTriggers { get; }
member this.JobTriggers : System.Collections.Generic.List<Microsoft.PowerShell.ScheduledJob.ScheduledJobTrigger>
Public ReadOnly Property JobTriggers As List(Of ScheduledJobTrigger)