WriteOutputCommand.InputObject Property

Definition

Holds the list of objects to be written.

public:
 property cli::array <System::Management::Automation::PSObject ^> ^ InputObject { cli::array <System::Management::Automation::PSObject ^> ^ get(); void set(cli::array <System::Management::Automation::PSObject ^> ^ value); };
public System.Management.Automation.PSObject[] InputObject { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromRemainingArguments=true)]
public System.Management.Automation.PSObject InputObject { get; set; }
member this.InputObject : System.Management.Automation.PSObject[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromRemainingArguments=true)>]
member this.InputObject : System.Management.Automation.PSObject with get, set
Public Property InputObject As PSObject()
Public Property InputObject As PSObject

Property Value

Attributes

Applies to