PSBreakpointCommandBase.Runspace 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.
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