OutGridViewCommand.PassThru Property

Definition

Gets or sets a value indicating whether the selected items should be written to the pipeline. Setting this to true is the same as setting the OutputMode to Multiple.

public System.Management.Automation.SwitchParameter PassThru { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="PassThru")]
public System.Management.Automation.SwitchParameter PassThru { get; set; }
member this.PassThru : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="PassThru")>]
member this.PassThru : System.Management.Automation.SwitchParameter with get, set
Public Property PassThru As SwitchParameter

Property Value

Attributes

Applies to