WSManConnectionInfo.OutputBufferingMode Property

Definition

Determines how server in disconnected state deals with cached output data when the cache becomes filled.

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; }
member this.OutputBufferingMode : System.Management.Automation.Runspaces.OutputBufferingMode with get, set
Public Property OutputBufferingMode As OutputBufferingMode

Property Value

Applies to