OutGridViewCommand.PassThru Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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