StartRunspaceDebugProcessingEventArgs.UseDefaultProcessing 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.
When set to true this will cause PowerShell to process this runspace debug session through its script debugger. To use the default processing return from this event call after setting this property to true.
public:
property bool UseDefaultProcessing { bool get(); void set(bool value); };
public:
property bool UseDefaultProcessing { bool get(); void set(bool value); };
public bool UseDefaultProcessing { get; set; }
member this.UseDefaultProcessing : bool with get, set
Public Property UseDefaultProcessing As Boolean