Share via


UnregisterScheduledJobCommand.InputObject Property

Definition

ScheduledJobDefinition.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Definition", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition[] InputObject { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Definition", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition[] with get, set
Public Property InputObject As ScheduledJobDefinition()

Property Value

Attributes

Applies to