DebugRunspaceCommand.Runspace Property

Definition

The Runspace to be debugged.

public:
 property System::Management::Automation::Runspaces::Runspace ^ Runspace { System::Management::Automation::Runspaces::Runspace ^ get(); void set(System::Management::Automation::Runspaces::Runspace ^ value); };
public System.Management.Automation.Runspaces.Runspace Runspace { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.Runspaces.Runspace Runspace { get; set; }
member this.Runspace : System.Management.Automation.Runspaces.Runspace with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceParameterSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Runspace : System.Management.Automation.Runspaces.Runspace with get, set
Public Property Runspace As Runspace

Property Value

Attributes

Applies to