PowerShellStreams<TInput,TOutput>.InputStream Property

Definition

Gets input stream.

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

Property Value

Applies to