PowerShellStreams<TInput,TOutput>.DebugStream Property

Definition

Get debug stream.

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

Property Value

Applies to