PowerShellStreams<TInput,TOutput>.OutputStream Property

Definition

Gets output stream.

public:
 property System::Management::Automation::PSDataCollection<TOutput> ^ OutputStream { System::Management::Automation::PSDataCollection<TOutput> ^ get(); void set(System::Management::Automation::PSDataCollection<TOutput> ^ value); };
public System.Management.Automation.PSDataCollection<TOutput> OutputStream { get; set; }
member this.OutputStream : System.Management.Automation.PSDataCollection<'Output> with get, set
Public Property OutputStream As PSDataCollection(Of TOutput)

Property Value

PSDataCollection<TOutput>

Applies to