PowerShellTraceSource.DebugChannel 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.
Gives access to Debug channel writer
public:
property System::Management::Automation::Tracing::BaseChannelWriter ^ DebugChannel { System::Management::Automation::Tracing::BaseChannelWriter ^ get(); };
public System.Management.Automation.Tracing.BaseChannelWriter DebugChannel { get; }
member this.DebugChannel : System.Management.Automation.Tracing.BaseChannelWriter
Public ReadOnly Property DebugChannel As BaseChannelWriter