SetScheduledJobCommand.ScheduledJobOption 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.
Scheduling options for job.
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions ScheduledJobOption { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
[<System.Management.Automation.ValidateNotNull>]
member this.ScheduledJobOption : Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions with get, set
Public Property ScheduledJobOption As ScheduledJobOptions
Property Value
- Attributes