PSBreakpointUpdaterCommandBase.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.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