PSBreakpointUpdaterCommandBase.Runspace Property

Definition

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

[System.Management.Automation.Alias(new System.String[] { "RunspaceId" })]
[System.Management.Automation.Parameter(ParameterSetName="Id", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Runspaces.Runspace]
public override System.Management.Automation.Runspaces.Runspace Runspace { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "RunspaceId" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Id", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Runspaces.Runspace>]
member this.Runspace : System.Management.Automation.Runspaces.Runspace with get, set
Public Overrides Property Runspace As Runspace

Property Value

Attributes

Applies to