PowerShellStreams<TInput,TOutput>.InformationStream Property

Definition

Gets Information stream.

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

Property Value

Applies to