RunspaceRepository.Runspaces Property

Definition

Collection of runspaces available.

public:
 property System::Collections::Generic::List<System::Management::Automation::Runspaces::PSSession ^> ^ Runspaces { System::Collections::Generic::List<System::Management::Automation::Runspaces::PSSession ^> ^ get(); };
public System.Collections.Generic.List<System.Management.Automation.Runspaces.PSSession> Runspaces { get; }
member this.Runspaces : System.Collections.Generic.List<System.Management.Automation.Runspaces.PSSession>
Public ReadOnly Property Runspaces As List(Of PSSession)

Property Value

Applies to