Freigeben über


RegisterScheduledJobCommand.ScheduledJobOption Property

Definition

Scheduling options for job.

[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions ScheduledJobOption { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
[<System.Management.Automation.ValidateNotNull>]
member this.ScheduledJobOption : Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions with get, set
Public Property ScheduledJobOption As ScheduledJobOptions

Property Value

Attributes

Applies to