OutGridViewCommand.OutputMode 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.
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