Share via


OutGridViewCommand.OutputMode Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As OutGridViewCommand
Dim value As OutputModeOption

value = instance.OutputMode

instance.OutputMode = value

Syntax

'Declaration
<ParameterAttribute(ParameterSetName:="OutputMode")> _
Public Property OutputMode As OutputModeOption
[ParameterAttribute(ParameterSetName="OutputMode")] 
public OutputModeOption OutputMode { get; set; }
[ParameterAttribute(ParameterSetName=L"OutputMode")] 
public:
property OutputModeOption OutputMode {
    OutputModeOption get ();
    void set (OutputModeOption value);
}
/** @property */
public OutputModeOption get_OutputMode ()

/** @property */
public void set_OutputMode (OutputModeOption value)
public function get OutputMode () : OutputModeOption

public function set OutputMode (value : OutputModeOption)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

OutGridViewCommand Class
OutGridViewCommand Members
Microsoft.PowerShell.Commands Namespace