DisconnectPSSessionCommand.OutputBufferingMode Property

Definition

Output buffering mode session option. Used in this cmdlet to set server disconnect OutputBufferingMode option.

public:
 property System::Management::Automation::Runspaces::OutputBufferingMode OutputBufferingMode { System::Management::Automation::Runspaces::OutputBufferingMode get(); void set(System::Management::Automation::Runspaces::OutputBufferingMode value); };
public System.Management.Automation.Runspaces.OutputBufferingMode OutputBufferingMode { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Session")]
[System.Management.Automation.Parameter(ParameterSetName="Name")]
[System.Management.Automation.Parameter(ParameterSetName="Id")]
[System.Management.Automation.Parameter(ParameterSetName="InstanceId")]
public System.Management.Automation.Runspaces.OutputBufferingMode OutputBufferingMode { get; set; }
member this.OutputBufferingMode : System.Management.Automation.Runspaces.OutputBufferingMode with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Session")>]
[<System.Management.Automation.Parameter(ParameterSetName="Name")>]
[<System.Management.Automation.Parameter(ParameterSetName="Id")>]
[<System.Management.Automation.Parameter(ParameterSetName="InstanceId")>]
member this.OutputBufferingMode : System.Management.Automation.Runspaces.OutputBufferingMode with get, set
Public Property OutputBufferingMode As OutputBufferingMode

Property Value

Attributes

Applies to