PSSession.Runspace Property

Definition

The remote runspace object based on which this information object is derived.

public:
 property System::Management::Automation::Runspaces::Runspace ^ Runspace { System::Management::Automation::Runspaces::Runspace ^ get(); };
public System.Management.Automation.Runspaces.Runspace Runspace { get; }
member this.Runspace : System.Management.Automation.Runspaces.Runspace
Public ReadOnly Property Runspace As Runspace

Property Value

Remarks

This property is marked internal to allow other cmdlets to get access to the RemoteRunspace object and operate on it like for instance test-runspace, close-runspace etc

Applies to