SetScheduledJobOptionCommand.InputObject 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.
ScheduledJobOptions object.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Options", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions InputObject { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Options", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.InputObject : Microsoft.PowerShell.ScheduledJob.ScheduledJobOptions with get, set
Public Property InputObject As ScheduledJobOptions
Property Value
- Attributes