NewPSTransportOptionCommand.OutputBufferingMode Property

Definition

OutputBufferingMode.

public:
 property Nullable<System::Management::Automation::Runspaces::OutputBufferingMode> OutputBufferingMode { Nullable<System::Management::Automation::Runspaces::OutputBufferingMode> get(); void set(Nullable<System::Management::Automation::Runspaces::OutputBufferingMode> value); };
public System.Management.Automation.Runspaces.OutputBufferingMode? OutputBufferingMode { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.Runspaces.OutputBufferingMode? OutputBufferingMode { get; set; }
member this.OutputBufferingMode : Nullable<System.Management.Automation.Runspaces.OutputBufferingMode> with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.OutputBufferingMode : Nullable<System.Management.Automation.Runspaces.OutputBufferingMode> with get, set
Public Property OutputBufferingMode As Nullable(Of OutputBufferingMode)

Property Value

Attributes

Applies to