PSBreakpointCommandBase.Runspace Property

Definition

Gets or sets the runspace where the breakpoints will be used.

[System.Management.Automation.Experimental("Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace", System.Management.Automation.ExperimentAction.Show)]
[System.Management.Automation.Parameter]
[System.Management.Automation.Runspaces.Runspace]
[System.Management.Automation.ValidateNotNull]
public virtual System.Management.Automation.Runspaces.Runspace Runspace { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.Runspaces.Runspace]
[System.Management.Automation.ValidateNotNull]
public virtual System.Management.Automation.Runspaces.Runspace Runspace { get; set; }
[<System.Management.Automation.Experimental("Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace", System.Management.Automation.ExperimentAction.Show)>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.Runspaces.Runspace>]
[<System.Management.Automation.ValidateNotNull>]
member this.Runspace : System.Management.Automation.Runspaces.Runspace with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.Runspaces.Runspace>]
[<System.Management.Automation.ValidateNotNull>]
member this.Runspace : System.Management.Automation.Runspaces.Runspace with get, set
Public Overridable Property Runspace As Runspace

Property Value

Attributes

Applies to