PSExecutionCmdlet.InputObject Property

Definition

Input object which gets assigned to $input when executed on the remote machine. This is the only parameter in this cmdlet which will bind with a ValueFromPipeline=true.

public:
 virtual property System::Management::Automation::PSObject ^ InputObject { System::Management::Automation::PSObject ^ get(); void set(System::Management::Automation::PSObject ^ value); };
public virtual System.Management.Automation.PSObject InputObject { get; set; }
[System.Management.Automation.Parameter(ValueFromPipeline=true)]
public virtual System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.Parameter(ValueFromPipeline=true)>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Overridable Property InputObject As PSObject

Property Value

Attributes

Applies to