OutGridViewCommand.OutputMode Property

Definition

Get or sets a value indicating whether the selected items should be written to the pipeline and if it should be possible to select multiple or single list items.

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

Property Value

Attributes

Applies to