NewPSTransportOption.OutputBufferingMode Property

Definition

Provides access to the OutputBufferingMode parameter.

public:
 property System::Activities::InArgument<Nullable<System::Management::Automation::Runspaces::OutputBufferingMode>> ^ OutputBufferingMode { System::Activities::InArgument<Nullable<System::Management::Automation::Runspaces::OutputBufferingMode>> ^ get(); void set(System::Activities::InArgument<Nullable<System::Management::Automation::Runspaces::OutputBufferingMode>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.Runspaces.OutputBufferingMode?> OutputBufferingMode { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.OutputBufferingMode : System.Activities.InArgument<Nullable<System.Management.Automation.Runspaces.OutputBufferingMode>> with get, set
Public Property OutputBufferingMode As InArgument(Of Nullable(Of OutputBufferingMode))

Property Value

Attributes

Applies to