DisconnectPSSessionCommand.OutputBufferingMode 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.
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