PowerShellStreams<TInput,TOutput>.WarningStream Property

Definition

Gets warning stream.

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

Property Value

Applies to