StartRunspaceDebugProcessingEventArgs.UseDefaultProcessing Property

Definition

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

Property Value

Applies to