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