PowerShellStreams<TInput,TOutput>.DebugStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)