SetScheduledJobOptionCommand.InputObject Property

Gets or sets the scheduled job options. This property represents the InputObject cmdlet parameter. This SDK programming element is introduced in Windows PowerShell 3.0.

Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)

Usage

'Usage
Dim instance As SetScheduledJobOptionCommand
Dim value As ScheduledJobOptions

value = instance.InputObject

instance.InputObject = value

Syntax

'Declaration
<ParameterAttribute(Position:=0, Mandatory:=True, ValueFromPipeline:=True, ParameterSetName:="Options")> _
<ValidateNotNullAttribute> _
Public Property InputObject As ScheduledJobOptions
[ParameterAttribute(Position=0, Mandatory=true, ValueFromPipeline=true, ParameterSetName="Options")] 
[ValidateNotNullAttribute] 
public ScheduledJobOptions InputObject { get; set; }
[ParameterAttribute(Position=0, Mandatory=true, ValueFromPipeline=true, ParameterSetName=L"Options")] 
[ValidateNotNullAttribute] 
public:
property ScheduledJobOptions^ InputObject {
    ScheduledJobOptions^ get ();
    void set (ScheduledJobOptions^ value);
}
/** @property */
public ScheduledJobOptions get_InputObject ()

/** @property */
public void set_InputObject (ScheduledJobOptions value)
public function get InputObject () : ScheduledJobOptions

public function set InputObject (value : ScheduledJobOptions)

Property Value

Returns ScheduledJobOptions.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

SetScheduledJobOptionCommand Class
SetScheduledJobOptionCommand Members
Microsoft.PowerShell.ScheduledJob Namespace